Giter Club home page Giter Club logo

oe-cloud's Introduction

oeCloud.io (Open Enterprise for Cloud)

oeCloud.io is an architectural blueprint for building enterprise systems leveraging open source framework and powered by automation tools. It is based on loopback framework. It provides framework enablers and tool-sets for end to end agile development of enterprise applications.

Introduction

oeCloud.io is built on open source technologies, within a standards-based framework. oeCloud.io based components are finely-grained micro-services with well-defined APIs that are integrated using key principles of distributed systems such as :

  • Model Driven Architecture
  • Everything Personalizable
  • Eventual consistency
  • Event-driven
  • Small footprint โ€“ Self Boot strapped
  • Cloud Readiness

In addition to the Loopback-provided features, this framework supports the following:

  • Dynamic Model creation or Runtime authoring of Models
  • Dynamic DataSource creation
  • Multi-Tenancy and Tenant/Context-aware Models
  • Automatic History and Audit handling
  • Data level Access Control

Prerequisite

  • Nodejs (version > v6.9.1)
  • MongoDB

Getting Started

Install this node module

git clone https://github.com/EdgeVerve/oe-cloud.git 
cd oe-cloud
npm install --no-optional

Running

Run node on command line.

node .

Browse all oeCloud.io models in browser

http://localhost:3000/explorer

Migration from oe-cloud ^0.9.x to ^1.1.x

  • For Issue: Cannot merge values of incompatible types for the option remoting.context, Please change all the modules config files(config.*.js and config.*.json ) listed in app-list.json, change remoting.context to false.

    Ex: older config

      "context": {
        "enableHttpContext": true
      },

    new config

      "context": false,

Or if you face a similar config mismatch issue get the value from node_modules/oe-cloud/config.json and try to have the same value in all modules listed in app-list.json

Migration from oe-cloud ^0.9.x to ^1.1.x

  • For Issue: Cannot merge values of incompatible types for the option remoting.context, Please change all the modules config files(config.*.js and config.*.json ) listed in app-list.json, change remoting.context to false.

    Ex: older config

      "context": {
        "enableHttpContext": true
      },

    new config

      "context": false,

Or if you face a similar config mismatch issue get the value from node_modules/oe-cloud/config.json and try to have the same value in all modules listed in app-list.json

More information

Please visit oeCloud.io

License

The project is licensed under MIT License, See LICENSE for more details.

Contributing

We welcome contributions. Some of the best ways to contribute are to try things out, file bugs, and join in design conversations.

oe-cloud's People

Contributors

raghav135 avatar pktippa avatar rameshchoudhary avatar deostroll avatar atul-github avatar pragyandas avatar kvsrohit avatar pkgulati avatar soumyadipde avatar somenameofurchoice avatar naga-sagarika 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.