Giter VIP home page Giter VIP logo

fusion-discoveryx's Introduction

Fusion DiscoveryX

Build Status

服务注册与发现管理系统,基于Akka生态开发。

产品文档:https://akka-fusion.github.io/fusion-discoveryx/

开发

Docker运行环境

docker-compose -f docker-compose.yml up -d // --build

若使用Cassandra做为后端存储,还需要初始化keyspace和相关表(PostgreSQL,Dockerfile已经初始化数据库表)。

docker exec fusion-discoveryx_cassandra cqlsh -f /docker-entrypoint-initdb.d/cassandra-schema.cql

-d后可添加参数:postgrescassandra只启动特定数据库。

服务发现测试

默认使用akka-persistence-jdbc(postgres) 数据库,若需要使用akka-persistence-cassandra请将测试类的配置文件修改为application-test_cassandra.conf

> discoveryx-server/testOnly fusion.discoveryx.server.naming.route.NamingManagementRouteTest

配置管理测试

> discoveryx-server/testOnly fusion.discoveryx.server.config.route.ConfigManagementRouteTest

Multi Node 测试

> discoveryx-functest/multi-jvm:testOnly fusion.discoveryx.functest.DiscoveryXMultiTest

Package, Deployment

./release.sh

生成的zip软件包在目录:discoveryx-server/target/universal

技术

功能 使用技术
开放API Akka gRPC
集群序例化 Protobuf
配置持久化 Akka Persistence
容错与扩展 Akka Cluster Sharding
REST Akka HTTP

fusion-discoveryx's People

Contributors

yangbajing avatar gongtiexin avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.