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: 2 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T01:24:30.000Z (3 months ago)
- Last Synced: 2025-04-15T02:07:52.331Z (2 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.2 MB
- Stars: 9
- Watchers: 6
- 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)
[](https://app.travis-ci.com/CloudI/cloudi_core)
[](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)