包含DM数据库适配
Go to file
2018-09-07 14:35:19 +08:00
client Fix pmd error 2018-08-05 08:34:25 +08:00
common nacos is coming 2018-07-21 00:27:23 +08:00
config [motify info] push static result 2018-09-07 14:35:19 +08:00
console [motify info] push static result 2018-09-07 14:35:19 +08:00
core nacos is coming 2018-07-21 00:27:23 +08:00
distribution add mysql sql file 2018-07-30 23:05:11 +08:00
doc nacos is coming 2018-07-21 00:27:23 +08:00
example [motify info] fix edit info 2018-09-07 14:29:16 +08:00
naming Remove unused code 2018-07-21 17:08:16 +08:00
style nacos is coming 2018-07-21 00:27:23 +08:00
test nacos is coming 2018-07-21 00:27:23 +08:00
.gitignore [motify info] push static result 2018-09-07 14:35:19 +08:00
.travis.yml Update .travis.yml 2018-07-21 01:00:42 +08:00
BUILDING nacos is coming 2018-07-21 00:27:23 +08:00
CHANGELOG.md changelog version fix 2018-07-24 19:30:59 +08:00
CONTRIBUTING.md nacos is coming 2018-07-21 00:27:23 +08:00
LICENSE nacos is coming 2018-07-21 00:27:23 +08:00
NOTICE nacos is coming 2018-07-21 00:27:23 +08:00
pom.xml nacos is coming 2018-07-21 00:27:23 +08:00
README.md Merge branch 'master' of https://github.com/alibaba/nacos into master_m 2018-08-17 16:02:08 +08:00

Nacos

Gitter License Gitter


Nacos is an easy-to-use platform desgined 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 servicesfor exampleDubbo/gRPC serviceSpring Cloud RESTFul service or Kubernetes service.

Nacos provides four major funcations.

  • 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 healthchecks of services to prevent sending requests to unhealthy hosts or service instance.

  • 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 updatedwhich 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.

Download run package

Download

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

Start Server

Linux/Unix/Mac

Run the following command to start (standalone means non-cluster mode):

sh startup.sh -m standalone

Windows

Run the following command to start:

cmd startup.cmd

Or double-click the startup.cmd to run NacosServer.

For more details, see https://nacos.io/#/docs/quick-start.md

Quick start for other open-source projects:

quick start with spring cloud

quick start with dubbo

quick start with kubernetes

more...

Documentation

You can view full documentation on the Nacos website:

nacos.io

Contact

Nacos Gitter-https://gitter.im/alibaba/nacos

Nacos weibo-https://weibo.com/u/6574374908

Nacos segmentfault-https://segmentfault.com/t/nacos

Mailing list

nacos_dev@linux.alibaba.com.