blob: 3273af43ee3553d20e70ca2fa129afa818c822ad [file] [log] [blame]
tierno5c012612018-04-19 16:01:59 +02001===========
2osm-common
3===========
4
5Contains general modules for lightweight build database, storage and message access.
6The target is to use same library for OSM modules, in order to easy migration to other technologies, that is
7different database or storage object system.
8For database: mongo and memory (volatile) are implemented.
9For message: Kafka and local file system are implemented.
10For storage: only local file system is implemented.
11