CrateDB

CrateDB is QuantumLeap's default backend where NGSI data will be persisted. In addition to using QL's API, if you want to extend QL, you can also interact directly with CrateDB to query all the data QuantumLeap has stored from the received notifications.

If you followed the Installation Guide, you have a ready-to-use CrateDB instance running in a Docker container. The easiest way to interact with it is using its admin interface, as documented here. Alternatively, you can use its HTTP api, or any of its supported clients.

You can learn more about CrateDB by reading the docs.