包含DM数据库适配
Go to file
邪影oO 538509502f
IPv6 support (#3773)
* IPv6 support

* AddressServerParamCheckUtil 合并到 IpUtil 及一些修改

* 解决魔法值

* 修改隐患

* 调整使用了类似 ip.indexOf(":") 查找是否有端口的地方的逻辑, 一些 ":" 替换为常量

* 删除无用测试

* IpUtil 改名 为 IPUtil, 涉及IP的相关方法名修改,涉及到的调用修改,检测IP的地方调用的isIPv4改为isIP. 修改涉及IP的字段长度及相关升级更新的sql

* no message

* no message

* no message

* no message

* 获取本机IP时,如果本机IP是IPv6并且包含网卡信息(V6地址中最后面的百分号和百分号后面的内容)则去除网卡信息

* 解决 AvoidComplexConditionRule(请不要在条件中使用复杂的表达式)

* 移除无用代码

* 添加注释

* 调整code style, 调整获取本机IP的逻辑
2020-11-05 20:15:06 +08:00
.github Create maven.yml (#4076) 2020-10-28 10:44:18 +08:00
address IPv6 support (#3773) 2020-11-05 20:15:06 +08:00
api Upgrade to 1.4.1-SNAPSHOT (#4135) 2020-11-05 09:43:33 +08:00
auth Upgrade to 1.4.1-SNAPSHOT (#4135) 2020-11-05 09:43:33 +08:00
client IPv6 support (#3773) 2020-11-05 20:15:06 +08:00
cmdb Upgrade to 1.4.1-SNAPSHOT (#4135) 2020-11-05 09:43:33 +08:00
common IPv6 support (#3773) 2020-11-05 20:15:06 +08:00
config IPv6 support (#3773) 2020-11-05 20:15:06 +08:00
consistency Upgrade to 1.4.1-SNAPSHOT (#4135) 2020-11-05 09:43:33 +08:00
console Upgrade to 1.4.1-SNAPSHOT (#4135) 2020-11-05 09:43:33 +08:00
core IPv6 support (#3773) 2020-11-05 20:15:06 +08:00
distribution IPv6 support (#3773) 2020-11-05 20:15:06 +08:00
doc nacos is coming 2018-07-21 00:27:23 +08:00
example Upgrade to 1.4.1-SNAPSHOT (#4135) 2020-11-05 09:43:33 +08:00
istio Upgrade to 1.4.1-SNAPSHOT (#4135) 2020-11-05 09:43:33 +08:00
naming IPv6 support (#3773) 2020-11-05 20:15:06 +08:00
resources For #2873, unified copyrights for nacos-common. 2020-06-12 15:44:51 +08:00
style Update codeStyle.md (#4092) 2020-10-30 16:53:31 +08:00
sys IPv6 support (#3773) 2020-11-05 20:15:06 +08:00
test Upgrade to 1.4.1-SNAPSHOT (#4135) 2020-11-05 09:43:33 +08:00
.editorconfig added editorconfig to maintain consistent coding styles. 2018-12-09 14:38:03 +08:00
.gitattributes Fix #339 Project language problem identified in github 2019-01-22 10:02:01 +08:00
.gitignore feat: jraft use grpc 2020-05-10 17:14:06 +08:00
.travis.yml fix the occasional failure of CI (#4131) 2020-11-05 10:12:06 +08:00
BUILDING #1105 Add integration tests 2020-01-09 19:13:37 +08:00
CHANGELOG.md support parsing endpoint rule 2019-04-03 18:31:27 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-11-07 22:50:14 +08:00
CONTRIBUTING.md update CONTRIBUTING.md 2019-12-04 11:32:09 +08:00
LICENSE nacos is coming 2018-07-21 00:27:23 +08:00
NOTICE Update NOTICE (#3177) 2020-06-28 10:32:31 +08:00
pom.xml fix the occasional failure of CI (#4131) 2020-11-05 10:12:06 +08:00
README.md fix typo and doc format of README file (#3688) 2020-08-26 11:26:40 +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 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.

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.

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 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:
    • 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 DingDing(Group 1: 21708933(full), Group 2: 30438813).

Nacos

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 宅无限 天阙 联合永道 明源云