包含DM数据库适配
Go to file
yangyshdan ce0c36dbd0
Merge pull request #158 from alibaba/improve-readme.md
Add more information in README.md to reflect the echosystem, fix [ISSUE #157],
2018-11-02 09:58:15 +08:00
.github Update PULL_REQUEST_TEMPLATE.md 2018-09-26 19:08:37 +08:00
api release Nacos 0.3.0, update version to 0.3.0 2018-10-26 21:55:05 +08:00
client Fix #190 2018-10-30 17:59:05 +08:00
common release Nacos 0.3.0, update version to 0.3.0 2018-10-26 21:55:05 +08:00
config release Nacos 0.3.0, update version to 0.3.0 2018-10-26 21:55:05 +08:00
console release Nacos 0.3.0, update version to 0.3.0 2018-10-26 21:55:05 +08:00
core release Nacos 0.3.0, update version to 0.3.0 2018-10-26 21:55:05 +08:00
distribution release Nacos 0.3.0, update version to 0.3.0 2018-10-26 21:55:05 +08:00
doc nacos is coming 2018-07-21 00:27:23 +08:00
example release Nacos 0.3.0, update version to 0.3.0 2018-10-26 21:55:05 +08:00
naming Merge pull request #192 from alibaba/hotfix-clientbeat-lose-info 2018-10-31 15:30:17 +08:00
style nacos is coming 2018-07-21 00:27:23 +08:00
test release Nacos 0.3.0, update version to 0.3.0 2018-10-26 21:55:05 +08:00
.gitignore update config pom 2018-09-21 16:58:31 +08:00
.travis.yml update travis 2018-10-25 19:06:03 +08:00
BUILDING nacos is coming 2018-07-21 00:27:23 +08:00
CHANGELOG.md Update CHANGELOG.md 2018-09-14 20:21:09 +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 release Nacos 0.3.0, update version to 0.3.0 2018-10-26 21:55:05 +08:00
README.md Update readme.md for more related project repository information 2018-10-25 11:30:23 +08:00
REPORTING-BUGS.md add How to Reporting bugs 2018-09-06 22:19:59 +08:00

Nacos

Gitter License Gitter


Nacos 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 servicesfor exampleDubbo/gRPC serviceSpring 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 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.

  1. Download run package

Download

unzip nacos-server-0.2.1.zip
cd nacos/bin 
  1. 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 quick-start.

  1. Quick start for other open-source projects:

Documentation

You can view full documentation on the Nacos website:

  • nacos-spring-project provides the integration functionality for Spring.
  • nacos-sync is a tool to synchronize the service registration information from other tools like eureka, zookeeper, etc, to Nacos.
  • spring-cloud-alibaba provides the one-stop solution for application development over Alibaba middleware which includes Nacos.

Contact