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