Change default error code from 500 to 503 in case message is not ready
[osm/common.git] / README.rst
1 ===========
2 osm-common
3 ===========
4 Contains common modules for OSM lightweight build, that manages database, storage and messaging access.
5 It uses a plugin stile in order to easy migration to other technologies, as e.g. different database or storage object system.
6 For database: mongo and memory (volatile) are implemented.
7 For messaging: Kafka and local file system are implemented.
8 For storage: local file system is implemented.
9