-
Notifications
You must be signed in to change notification settings - Fork 8
AntidoteDB Database Preparation
FMKe configuration:
{target_database, antidote}.
FMKe has an AntidoteDB driver available. In fact, FMKe was originally designed to evaluate AntidoteDB!
When configured to use the AntidoteDB driver, FMKe does not make many assumptions. In short, the cluster is supposed to be in a stable state and ready to query by the time the FMKe application server boots. To do that, please consult the official documentation page for AntidoteDB.
Once the cluster is set up (which can include setting up multiple clusters in several datacenters and then connecting them together) then FMKe servers can be spawned.
Note that different configurations of the cluster (e.g. read/write quorum size) may significantly impact cluster performance. In order to get a relevant performance reading, use a configuration that closely resembles that which you may need to use. Use the metrics you obtain to compare with other supported data storage solutions under similar circumstances in order to effectively determine which storage solution is best for your particular needs.
- Benchmarking
- Implementing Drivers
- Testing
- Documentation