RethinkDB is a NoSQL database. Unlike traditional database systems, RethinkDB stores information in JSON-like documents. RethinkDB is an open-source project available under the Apache License 2.0.
This tutorial explains how...
Prometheus is a time series database. It is used for event monitoring and alerting. Prometheus is an open-source project available under the Apache License 2.0.
This tutorial explains how to...
Dragonfly is an in-memory key-value data structure store. It can be used as alternative for Redis and Memcached because Dragonfly is fully compatible with their APIs.
This tutorial explains how...
InfluxDB is a time series database. It is often used to store data gathered from Internet of Things (IoT) devices. InfluxDB is an open-source project available under the MIT license...
Apache HTTP Server is a cross-platform web server which serves web content to clients who request it. Apache is an open-source project which released under the Apache License 2.0.
This...
Neo4j is a graph database that stores nodes and relationships instead of tables, or documents. Neo4j is accessible using the Cypher query language through HTTP endpoint or binary Bolt protocol...
Memcached is an in-memory key-value data store. It is often used for caching data received from a database or API endpoint. It can speed up web applications. Memcached is an...
Mosquitto is a message broker that implements the MQTT protocol. Mosquitto is an open-source project developed by Eclipse. MQTT protocol uses a publishing/subscribe model. A client can publish a message...
MeiliSearch is an open-source search engine written in the Rust programming language. This search engine provides customizable search and indexing, understands typos, supports full-text search, synonyms, and offers other features...
Percona Server for MySQL is a relational database that allows to access data using Structured Query Language (SQL). It is a fork of MySQL Server. Percona Server for MySQL is...