包含DM数据库适配
Go to file
xuechaos d4edde980b Nacos release 0.6.0 version
#388 Cluster name should be provided in the Instance
#377 Clean up messy code in Naming module
#369 Support instance list persisted on disk
#366 findbugs-maven-plugin version
#362 The metadata will lost when online or offline instance through web ui
#352 Refactoring internationalization Nacos console
#278 Nacos docker img
#243 optimize the efficiency of integration testing, it’s taking too long now
2018-12-07 15:19:43 +08:00
.github Fixes #246 2018-11-08 15:39:07 +08:00
api Nacos release 0.6.0 version 2018-12-07 15:19:43 +08:00
client Nacos release 0.6.0 version 2018-12-07 15:19:43 +08:00
common Nacos release 0.6.0 version 2018-12-07 15:19:43 +08:00
config Nacos release 0.6.0 version 2018-12-07 15:19:43 +08:00
console Nacos release 0.6.0 version 2018-12-07 15:19:43 +08:00
core Nacos release 0.6.0 version 2018-12-07 15:19:43 +08:00
distribution Nacos release 0.6.0 version 2018-12-07 15:19:43 +08:00
doc nacos is coming 2018-07-21 00:27:23 +08:00
example Nacos release 0.6.0 version 2018-12-07 15:19:43 +08:00
naming Nacos release 0.6.0 version 2018-12-07 15:19:43 +08:00
style nacos is coming 2018-07-21 00:27:23 +08:00
test Nacos release 0.6.0 version 2018-12-07 15:19:43 +08:00
.gitignore findbugs-maven-plugin version to 3.0.4 2018-12-07 14:31:31 +08:00
.travis.yml Fixes #246 2018-11-08 15:39:07 +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
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-11-07 22:50:14 +08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-11-16 12:28:54 +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 release 0.6.0 version 2018-12-07 15:19:43 +08:00
README.md Nacos release 0.6.0 version 2018-12-07 15:19:43 +08:00
REPORTING-BUGS.md fix issue #239 2018-11-08 14:18:28 +08:00

Nacos: Dynamic Naming and Configuration Service

Gitter License Gitter


What does it do

Nacos (official site: http://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 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.

Step 1: Download the binary package

You can download the package from the latest stable release.

Take release nacos-server-0.6.0.zip for example.

unzip nacos-server-0.6.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.

cmd 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.

  • nacos-spring-project provides the integration functionality for Spring.
  • nacos-group is the reposity 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:
    • users-nacos@googlegroups.com: Nacos usage general discussion.
    • dev-nacos@googlegroups.com: Nacos developer discussion (APIs, feature design, etc).
    • commits-nacos@googlegroups.com: Commits notice, very high frequency.
  • Join us from wechat. Welcome words: Nacos.

cwex