Copyright (c) 2015 Inria
Version: 1.0
Authors: Jean Parpaillon (jean.parpaillon@inria.fr
).
License: Apache Public License 2.0
erocci
is a framework for building OCCI like API, with the following objectives:
- 100% compliance with OCCI specifications (core and rendering)
- scalability
- clear separation between
- rendering:
text/occi
,text/plain
,application/occi+json
,application/occi+xml
, etc.
- rendering:
- transport: HTTP, XMPP
- backends: storage (Mnesia, etc.), "procci" to other APIs
- small and heavily tested