Package: python3-osm-common Architecture: all Version: 4.0.0rc2-1 Priority: optional Section: python Source: osm-common Maintainer: Alfonso Tierno Installed-Size: 54 Depends: python3-pip, python3-pymongo, python3-yaml, python3:any (>= 3.3.2-2~) Filename: pool/common/python3-osm-common_4.0.0rc2-1_all.deb Size: 11192 MD5sum: eaf30cf35958ab887f747653c41a7b82 SHA1: 5b3242241dd33c7c4d46c6220f80e9cb57a79986 SHA256: 39b726e727be4912648de317bc9fd8c49e7fc52f10ff7498f3aa5945e9f638ae SHA512: 36132c14365c80b42c51d380ff75efe5d80590a992ddffdec6f8f10f30800a8605594ce5c4b67e105338cfce66b4f0596898579089ff9b6a6d242b7312dee278 Homepage: https://osm.etsi.org/gitweb/?p=osm/common.git;a=summary Description: OSM common utilities =========== osm-common =========== Contains common modules for OSM lightweight build, that manages database, storage and messaging access. It uses a plugin stile in order to easy migration to other technologies, as e.g. different database or storage object system. For database: mongo and memory (volatile) are implemented. For messaging: Kafka and local file system are implemented. For storage: local file system is implemented.