
RaimaDB, an embedded time series database that can be used for Edge and IoT devices, can run in-memory. It is a lightweight, secure, and extremely powerful RDBMS. It has been field tested by more than 20 000 developers around the world and has been deployed in excess of 25 000 000 times.
RaimaDB is a high-performance, cross-platform embedded database optimized for mission-critical applications in industries such as IoT and edge computing. Its lightweight design makes it ideal for resource-constrained environments, supporting both in-memory and persistent storage options. RaimaDB offers flexible data modeling, including traditional relational models and direct relationships through network model sets. With ACID-compliant transactions and advanced indexing methods like B+Tree, Hash Table, R-Tree, and AVL-Tree, it ensures data reliability and efficiency. Built for real-time processing, it incorporates multi-version concurrency control (MVCC) and snapshot isolation, making it a robust solution for applications demanding speed and reliability.
Learn more

Overmonitor is cloud-based infrastructure, website, and endpoint monitoring built for teams that want fast setup, clear alerts, and practical visibility without the complexity or cost of enterprise monitoring suites. Monitor websites, servers, endpoints, processes, Windows services, event logs, uptime, response time, SSL certificates, and internal network health from one easy dashboard.
At the core of Overmonitor is a small, lightweight server agent that installs quickly, pairs with your account, and reports a heartbeat every minute from inside your network. This gives you visibility beyond public uptime checks, helping detect server outages, stalled services, failing processes, internal connectivity problems, and endpoint health issues before they become customer-facing downtime.
Overmonitor supports city-level geotargeted monitoring, practical maintenance windows that reduce alert noise, push notifications for alerts, audible dashboard alerts for operations screens, process monitor rollups, embeddable performance graphs, and flexible à la carte pricing so you only pay for the monitoring you need.
Designed for SaaS operators, IT teams, MSPs, developers, and small businesses, Overmonitor helps you track availability, analyze website performance, monitor infrastructure health, and improve end-user experience without being locked into a bloated monitoring platform.
Learn more
VictoriaMetrics
VictoriaMetrics is a cost-effective, scalable monitoring solution that can also be used as a time series database. It can also be used to store Prometheus' long-term data. VictoriaMetrics is a single executable that does not have any external dependencies. All configuration is done using explicit command-line flags and reasonable defaults. It provides global query view. Multiple Prometheus instances, or other data sources, may insert data into VictoriaMetrics. Later this data may be queried via a single query. It can handle high cardinality and high churn rates issues by using a series limiter.
Learn more
Prometheus
Enhance your metrics and alerting capabilities using a top-tier open-source monitoring tool. Prometheus inherently organizes all data as time series, which consist of sequences of timestamped values associated with the same metric and a specific set of labeled dimensions. In addition to the stored time series, Prometheus has the capability to create temporary derived time series based on query outcomes. The tool features a powerful query language known as PromQL (Prometheus Query Language), allowing users to select and aggregate time series data in real time. The output from an expression can be displayed as a graph, viewed in tabular format through Prometheus’s expression browser, or accessed by external systems through the HTTP API. Configuration of Prometheus is achieved through a combination of command-line flags and a configuration file, where the flags are used to set immutable system parameters like storage locations and retention limits for both disk and memory. This dual method of configuration ensures a flexible and tailored monitoring setup that can adapt to various user needs.
Learn more