GithubHelp home page GithubHelp logo

juggler's Introduction

Juggler is an experimental network services operating system.

Be impolite and strong. Juggler is only for those who have balls.

How to define a ball (juggler managed service)?

The example bellow is not working (yet). It just shows what we want to achieve.

# spec/service/signup.ball <-- spec file name defines a service name
ui-widget: <path-to-ui-widget-sources>
build-path: ./build/$service-name

logging:
  <some-setting, like: log-level>: <some-setting-value, like: INFO>
monitoring: true
inputs:
  <subscription-name, like: signup-data-sent>: true
  <subscription-name>:
    <some-setting>:<some-setting-value>
outputs:
  <subscription-name, like: signup-data-sent>: true
  <subscription-name>:
    <some-setting>:<some-setting-value>
repositories:
  <repository-name>:
    <query-name, like: GetUsers>: <any-of: mongodb, postgresql, redis, cassandra, ...>

#
# In perspective:
#
<any-other-interface>:
  <any-other-interface-implementation>:<any-other-settings and drivers>

How to define a subscription?

The example bellow is not working (yet). It just shows what we want to achieve.

# spec/subscription/signup-data-sent.ball <-- spec file name defines a service name
transport: <any-of: http, websocket, ...>
format:    <any-of: json, xml, bson, protobuf, ...>
data-spec:
  >- <string of specification (spec lib)>

juggler's People

Contributors

egoholic avatar

Stargazers

Serhii Vernydub avatar

Watchers

 avatar James Cloos avatar

Forkers

volodymyrskl

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.