UNPKG

1.11 kBMarkdownView Raw
1# Exosphere SDK [![Circle CI](https://circleci.com/gh/Originate/exosphere-sdk.svg?style=shield&circle-token=fc8148ed828cc81e6ca44920672af8f773106795)](https://circleci.com/gh/Originate/exosphere-sdk)
2> Rails for micro-service based cloud-native applications
3
4This is the command-line interface of the Exosphere SDK.
5It allows to develop Exosphere applications locally
6on OS X, Linux, and Windows machines.
7
8__Background on microservices:__
9* [Exosphere application architecture](documentation/background/application-architecture.md)
10* [message-based communication](documentation/background/communication.md)
11* [object-oriented data modeling](documentation/background/data.md)
12
13__Architecture of this SDK:__
14* [SDK parts](documentation/architecture/sdk-parts.md)
15* [creating micro-services](documentation/architecture/services.md)
16
17__Start using the SDK:__
18* [install it](documentation/install.md)
19* [download and run an example app](documentation/example-apps.md)
20* [create your own Exosphere app](documentation/scaffolding.md)
21
22
23## Developing the Exosphere SDK
24
25see our [developer guidelines](CONTRIBUTING.md)