artemis-package

Artemis Service Registry

License

License

GroupId

GroupId

org.mydotey.artemis
ArtifactId

ArtifactId

artemis-package
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

artemis-package
Artemis Service Registry
Project Organization

Project Organization

org.mydotey

Download artemis-package

How to add to project

<!-- https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-package/ -->
<dependency>
    <groupId>org.mydotey.artemis</groupId>
    <artifactId>artemis-package</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-package/
implementation 'org.mydotey.artemis:artemis-package:2.0.1'
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-package/
implementation ("org.mydotey.artemis:artemis-package:2.0.1")
'org.mydotey.artemis:artemis-package:jar:2.0.1'
<dependency org="org.mydotey.artemis" name="artemis-package" rev="2.0.1">
  <artifact name="artemis-package" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.artemis', module='artemis-package', version='2.0.1')
)
libraryDependencies += "org.mydotey.artemis" % "artemis-package" % "2.0.1"
[org.mydotey.artemis/artemis-package "2.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.mydotey.artemis : artemis-server jar 2.0.1
io.springfox : springfox-boot-starter jar 3.0.0

provided (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-tomcat jar

Project Modules

There are no modules declared in this project.

Artemis(Ctrip SOA 服务注册表)

================

License

Artemis 1: ctripcorp/artemis

Artemis是携程框架部门SOA 服务注册表,包含服务自注册自发现、实例变更实时推送、服务分组路由功能。

更多产品介绍参见: wiki

================

Artemis 2: New Start (2020.12)

  • registry/discovery/management seperation
  • use gRpc instead of websocket
  • use scf instead of cavaven config
  • more flexible deployment

Features

  • 服务自注册自发现
  • 实例变更实时推送
  • 实例拉入拉出管理
  • 分组路由

Deployment

Steps

  1. Create a artemisdb by sql in: artemis-web/deployment/artemis-management
  2. Config the data-source.properties file
  3. User artemis-web/deployment/server.xml to replace your tomcat server.xml

Once you deploy artemis service, you can visit swagger page to see its api doc.

eg. artemis

Developers

org.mydotey.artemis

Versions

Version
2.0.1
2.0.0