uber-micro

0.0.0 • Public • Published

micro

micro is a cross platform SOA web framework

tenets

  • DRY
  • ASAPBNS - as simple as possible but no simpler

requirements

  • auto distributed management of micro services

    1. single - distribute services based on workload on a single machine
    2. multiple - distribute services based on workload across n machines
  • flexible service implementation by configuration

    1. micro - a service can be configured to run on an independent cluster from all other services
    2. group - a service can be configured to run together with an existing group of services
  • flexible database implementation by configuration

    1. micro - a service can be configured to have it's data store isolated completely from all other service data stores
    2. group - a service can be configured to have it's data store run together with an existing group of service data stores

stack

  • mongoDB
  • angularJS
  • express
  • nodeJS
  • jade

unsure about these:

  • coffee script
  • stylus
  • primus

modules

  • mongoose
  • morgan
  • q

Package Sidebar

Install

npm i uber-micro

Weekly Downloads

0

Version

0.0.0

License

ISC

Last publish

Collaborators

  • bstoked