blob: b947507509b326656907071c906346be2b2c0e2d [file] [log] [blame]
tierno5c012612018-04-19 16:01:59 +02001===========
2osm-common
3===========
tiernoc312cc12018-05-04 15:11:26 +02004Contains common modules for OSM lightweight build, that manages database, storage and messaging access.
5It uses a plugin stile in order to easy migration to other technologies, as e.g. different database or storage object system.
tierno5c012612018-04-19 16:01:59 +02006For database: mongo and memory (volatile) are implemented.
tiernoc312cc12018-05-04 15:11:26 +02007For messaging: Kafka and local file system are implemented.
8For storage: local file system is implemented.
tierno5c012612018-04-19 16:01:59 +02009