| tierno | 5c01261 | 2018-04-19 16:01:59 +0200 | [diff] [blame] | 1 | =========== |
| 2 | osm-common |
| 3 | =========== |
| tierno | c312cc1 | 2018-05-04 15:11:26 +0200 | [diff] [blame] | 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. |
| tierno | 5c01261 | 2018-04-19 16:01:59 +0200 | [diff] [blame] | 6 | For database: mongo and memory (volatile) are implemented. |
| tierno | c312cc1 | 2018-05-04 15:11:26 +0200 | [diff] [blame] | 7 | For messaging: Kafka and local file system are implemented. |
| 8 | For storage: local file system is implemented. |
| tierno | 5c01261 | 2018-04-19 16:01:59 +0200 | [diff] [blame] | 9 | |