artemis-common

Artemis Service Registry

License

License

GroupId

GroupId

org.mydotey.artemis
ArtifactId

ArtifactId

artemis-common
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

artemis-common
Artemis Service Registry
Project Organization

Project Organization

org.mydotey

Download artemis-common

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
org.mydotey.lang : lang-extension jar 1.2.0
org.mydotey.circularbuffer : circular-buffer jar 1.0.0
org.mydotey.scf : scf-core jar
org.mydotey.scf : scf-simple jar
org.mydotey.caravan : caravan-util jar 2.0.1
com.google.guava : guava jar 30.0-jre
org.mydotey.codec : jackson-codec-util jar

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.30
junit : junit jar 4.13.1
org.mockito : mockito-all jar 1.10.19

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