artemis

Artemis Service Registry

License

License

GroupId

GroupId

org.mydotey.artemis
ArtifactId

ArtifactId

artemis
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

artemis
Artemis Service Registry
Project Organization

Project Organization

org.mydotey
Source Code Management

Source Code Management

https://github.com/mydotey/artemis

Download artemis

Filename Size
artemis-2.0.1.pom 24 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • artemis-common
  • artemis-service
  • artemis-client
  • artemis-management
  • artemis-server
  • artemis-package
  • artemis-test

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