Git Product home page Git Product logo

eurexa's Introduction

Eurexa

Eurexa is client library for NetFlix's Eureka service, see https://github.com/Netflix/eureka/wiki/Eureka-REST-operations, written in Elixir.

Initial Design Ideas

  • Eureka has a REST API, which we will use
  • Core abstractions of Eurexa are registration of a service, regularly sending the heartbeat, deregistration of a service
  • Query and metadata update are out of scope for now.
  • Eurexa monitors the supervisor of another application, typically this will be a Phoenix app. When it's supervisor stops, Eurexa deregisters the service in Eureka.

Usage of Eurexa with Phoenix

Start the Eurexa Service as part of the initial supervisor hierarchy of your Phoenix application. This ensures that automatically the Eurexa services will stop when the entire Phoenix app stops - either voluntarily or because some Phoenix service fails permanently. In both cases Eurexa will inform the Eureka server about the service going down.

The Eurexa service registers itself as eurexa

eurexa's People

Contributors

alfert avatar

Watchers

 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.