All Projects → alibaba → Nacos

alibaba / Nacos

Licence: apache-2.0
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Nacos

Spring Cloud Alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
Stars: ✭ 20,934 (+1.17%)
Mutual labels:  microservices, dubbo, alibaba, spring-cloud, service-discovery, distributed-configuration, nacos
php-nacos
阿里巴巴nacos配置中心-PHP客户端
Stars: ✭ 167 (-99.19%)
Mutual labels:  config, configuration-management, service-mesh, alibaba, istio, nacos
CoSky
High-performance, low-cost microservice governance platform. Service Discovery and Configuration Service | 高性能、低成本微服务治理平台
Stars: ✭ 57 (-99.72%)
Mutual labels:  dns, service-discovery, spring-cloud, configuration-management, nacos
juno-agent
juno-agent
Stars: ✭ 46 (-99.78%)
Mutual labels:  config, service-discovery, configuration-management, service-mesh
Juno
Juno 译名朱诺。这个名字来源于古罗马神话中的众神之母。它是斗鱼的微服务管理系统, 如同众神之母一样守护着所有微服务的系统。
Stars: ✭ 285 (-98.62%)
Mutual labels:  config, configuration-management, service-discovery, service-mesh
Apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
Stars: ✭ 26,052 (+25.91%)
Mutual labels:  microservices, configuration-management, spring-cloud, distributed-configuration
Admiral
Admiral provides automatic configuration generation, syncing and service discovery for multicluster Istio service mesh
Stars: ✭ 323 (-98.44%)
Mutual labels:  microservices, service-discovery, service-mesh, istio
apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
Stars: ✭ 26,228 (+26.76%)
Mutual labels:  spring-cloud, configuration-management, distributed-configuration
Learn Istio
⛵️ Istio resources 🕸
Stars: ✭ 1,025 (-95.05%)
Mutual labels:  microservices, service-mesh, istio
Spring Cloud Dubbo Together
Spring Cloud与Dubbo共存方案
Stars: ✭ 155 (-99.25%)
Mutual labels:  microservices, dubbo, spring-cloud
Spring Cloud Consul
Spring Cloud Consul
Stars: ✭ 703 (-96.6%)
Mutual labels:  microservices, spring-cloud, service-discovery
Spring Cloud Vault
Configuration Integration with HashiCorp Vault
Stars: ✭ 210 (-98.99%)
Mutual labels:  microservices, config, spring-cloud
Microservices Platform
基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的思想实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入;同时还集合各种微服务治理功能和监控功能。模块包括:企业级的认证系统、开发平台、应用监控、慢sql监控、统一日志、单点登录、Redis分布式高速缓存、配置中心、分布式任务调度、接口文档、代码生成等等。
Stars: ✭ 3,274 (-84.18%)
Mutual labels:  microservices, spring-cloud, nacos
Configuration
Library for setting values to structs' fields from env, flags, files or default tag
Stars: ✭ 37 (-99.82%)
Mutual labels:  microservices, config, configuration-management
Kumonos
Moved to https://github.com/cookpad/itacho
Stars: ✭ 29 (-99.86%)
Mutual labels:  microservices, service-discovery, service-mesh
Spring Cloud Cloudfoundry
Integration between Cloudfoundry and the Spring Cloud APIs
Stars: ✭ 83 (-99.6%)
Mutual labels:  microservices, spring-cloud, service-discovery
Pitstop
This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Stars: ✭ 708 (-96.58%)
Mutual labels:  microservices, service-mesh, istio
java-best-practice
Java学习例子,最佳实践
Stars: ✭ 19 (-99.91%)
Mutual labels:  spring-cloud, dubbo, nacos
Rpcx
Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱!
Stars: ✭ 6,516 (-68.51%)
Mutual labels:  microservices, dubbo, service-discovery
taotao-cloud-project
微服务开发脚手架,包括大数据模块、微服务模块、前端模块。基于Spring Cloud Alibaba的微服务架构。提供技术框架的基础能力的封装,减少开发工作,只关注业务,包含了工作以来的工作总结和技术沉淀
Stars: ✭ 76 (-99.63%)
Mutual labels:  spring-cloud, dubbo, nacos

Nacos: Dynamic Naming and Configuration Service

Gitter License Gitter


What does it do

Nacos (official site: nacos.io) is an easy-to-use platform designed for dynamic service discovery and configuration and service management. It helps you to build cloud native applications and microservices platform easily.

Service is a first-class citizen in Nacos. Nacos supports almost all type of services,for example,Dubbo/gRPC service, Spring Cloud RESTFul service or Kubernetes service.

Nacos provides four major functions.

  • Service Discovery and Service Health Check

    Nacos makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. Nacos also provides real-time health checks of services to prevent sending requests to unhealthy hosts or service instances.

  • Dynamic Configuration Management

    Dynamic Configuration Service allows you to manage configurations of all services in a centralized and dynamic manner across all environments. Nacos eliminates the need to redeploy applications and services when configurations are updated, which makes configuration changes more efficient and agile.

  • Dynamic DNS Service

    Nacos supports weighted routing, making it easier for you to implement mid-tier load balancing, flexible routing policies, flow control, and simple DNS resolution services in the production environment within your data center. It helps you to implement DNS-based service discovery easily and prevent applications from coupling to vendor-specific service discovery APIs.

  • Service and MetaData Management

    Nacos provides an easy-to-use service dashboard to help you manage your services metadata, configuration, kubernetes DNS, service health and metrics statistics.

Quick Start

It is super easy to get started with your first project.

Deploying Nacos on cloud

You can deploy Nacos on cloud, which is the easiest and most convenient way to start Nacos.

Use the following Nacos deployment guide to see more information and deploy a stable and out-of-the-box Nacos server.

Start by the provided startup package

Step 1: Download the binary package

You can download the package from the latest stable release.

Take release nacos-server-1.0.0.zip for example:

unzip nacos-server-1.0.0.zip
cd nacos/bin 

Step 2: Start Server

On the Linux/Unix/Mac platform, run the following command to start server with standalone mode:

sh startup.sh -m standalone

On the Windows platform, run the following command to start server with standalone mode. Alternatively, you can also double-click the startup.cmd to run NacosServer.

startup.cmd -m standalone

For more details, see quick-start.

Quick start for other open-source projects:

Documentation

You can view the full documentation from the Nacos website.

All the latest and long-term notice can also be found here from Github notice issue.

Contributing

Contributors are welcomed to join Nacos project. Please check CONTRIBUTING about how to contribute to this project.

Other Related Project Repositories

  • nacos-spring-project provides the integration functionality for Spring.
  • nacos-group is the repository that hosts the eco tools for Nacos, such as SDK, synchronization tool, etc.
  • spring-cloud-alibaba provides the one-stop solution for application development over Alibaba middleware which includes Nacos.

Contact

  • Gitter: Nacos's IM tool for community messaging, collaboration and discovery.
  • Twitter: Follow along for latest nacos news on Twitter.
  • Weibo: Follow along for latest nacos news on Weibo (Twitter of China version).
  • Nacos Segmentfault: Get latest notice and prompt help from Segmentfault.
  • Email Group:
  • Join us from DingDing(Group 1: 21708933(full), Group 2: 30438813).

Nacos

Enterprise Service

If you need Nacos enterprise service support, or purchase cloud product services, you can join the discussion by scanning the following DingTalk group. It can also be directly activated and used through the microservice engine (MSE) provided by Alibaba Cloud. https://cn.aliyun.com/product/aliware/mse?spm=nacos-website.topbar.0.0.0

image

Download

Who is using

These are only part of the companies using Nacos, for reference only. If you are using Nacos, please add your company here to tell us your scenario to make Nacos better.

Alibaba Group 虎牙直播 ICBC 爱奇艺 平安科技 华夏信财 优客工场 贝壳找房 瑞安农村商业银行 司法大数据 搜易贷 美菜 松格科技 平行云 甘肃紫光 海云天 集萃智能 Acmedcare+ 吾享 北京天合互联信息有限公司 上海密尔克卫化工 大连新唯 立思辰 拓深科技 东家 上海克垚 郑州山水 联采科技 南京28研究所 长亮科技 深圳易停车库 凤凰网-汽车 武汉日创科技 易管智能 云帐房 知氏教育 中化信息 一点车 明传无线 妙优车 蜂巢 华存数据 数云 广通软件 菜菜 科蓝公司 浩鲸 未名天日语 金联创 同窗链 顺能 百世快递 汽车之家 鲸打卡 时代光华 康美 环球易购 Nepxion 东莞最佳拍档 chigua 宅无限 天阙 联合永道 明源云 三诺生物

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].