Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudi/cloudi_core
CloudI internal service runtime
https://github.com/cloudi/cloudi_core
actor-model cloud cloud-computing cloudi concurrency distributed-actors distributed-systems elixir erlang fault-tolerance functional-reactive-programming microservices reactive scalability soa
Last synced: 7 days ago
JSON representation
CloudI internal service runtime
- Host: GitHub
- URL: https://github.com/cloudi/cloudi_core
- Owner: CloudI
- License: mit
- Created: 2013-10-21T20:55:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T00:02:38.000Z (8 months ago)
- Last Synced: 2024-04-26T10:22:08.711Z (7 months ago)
- Topics: actor-model, cloud, cloud-computing, cloudi, concurrency, distributed-actors, distributed-systems, elixir, erlang, fault-tolerance, functional-reactive-programming, microservices, reactive, scalability, soa
- Language: Erlang
- Homepage:
- Size: 14 MB
- Stars: 9
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# [`cloudi_core` 2.0.7](https://cloudi.org)
[![Build Status](https://app.travis-ci.com/CloudI/cloudi_core.svg?branch=master)](https://app.travis-ci.com/CloudI/cloudi_core)
[![hex.pm version](https://img.shields.io/hexpm/v/cloudi_core.svg)](https://hex.pm/packages/cloudi_core)## LICENSE
[MIT License](https://github.com/CloudI/CloudI/blob/master/src/LICENSE)
## ABOUT
`cloudi_core` provides only the internal service support from the main
[CloudI](https://github.com/CloudI/CloudI/) repository. For Erlang or Elixir
development, this can help provide a limited set of dependencies. If you
want external service support also, but with CloudI as a rebar dependency,
refer to the [`hello_world_embedded` local installation example](https://github.com/CloudI/CloudI/tree/develop/examples/hello_world_embedded#readme).
Otherwise, just use the [main repository](https://github.com/CloudI/CloudI)
for external service support.## BUILDING
rebar get-deps
rebar compile## EXAMPLE
$ erl -pz deps/*/ebin -pz ebin
1> reltool_util:application_start(cloudi_core, [{configuration, "cloudi.conf"}]).## CONTACT
Michael Truog (mjtruog at protonmail dot com)