I am skimming through the documentation of GeoMesa and the table of contents exposes a number of supported data stores that can be used:
Specific back-end implementations are described in the following chapters:
Accumulo Data Store Kafka Data Store HBase Data Store Bigtable Data Store Cassandra Data Store
While the Accumulo and Kafka data store documentation has a lot of content, this is not the case for HBase, Bigtable and Cassandra. It does not list missing features, notes about whether the data store is suitable for use in production.
I could not find a comparison of the implementation level (as in supported/missing features, stability, etc.) of these Data Stores.
My questions:
- What benefit would I have when using Accumulo over, for example, Cassandra as the data store for GeoMesa?
- Are all of the data stores on the same implementation level?