Remove ChronicleMap mention from README
- Id
- cd4f1a42ca27b451317f188a758d876c4cfff839
- Author
- Caio
- Commit time
- 2019-05-20T17:49:25+02:00
Modified README.md
# Cerberus
Cerberus is the Search and Metadata Retrieval library for [gula.recipes][gula]
-and makes use of [Lucene][lucene] for searching and [Chronicle-Map][cm] for
-metadata persistence / memory-mapping. Metadata is stored as [FlatBuffers][].
+and makes use of [Lucene][lucene] for searching and a plain binary file filled
+with [FlatBuffers][] to persist and access metadata.
[gula]: https://gula.recipes
-[cm]: https://github.com/OpenHFT/Chronicle-Map/
[lucene]: http://lucene.apache.org/core/
[FlatBuffers]: https://google.github.io/flatbuffers/