RaimaDB
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
TeamDesk
TeamDesk is the leading low-code platform for creating powerful and flexible web-based databases with no-coding.
TechRadar named TeamDesk as the best database platform of the year.
TeamDesk provides Artificial Intelligence as well as predefined solutions for rapid online database creation without coding.
Business owners and citizen developers can utilize AI to build unique databases for any type of industry that precisely fit their business workflow and organize gathering, sharing and managing business information.
TeamDesk online database software is fully scalable and customizable to accommodate customers’ ever evolving business needs.
TeamDesk provides:
AI (Artificial Intelligence) integration
API, Web hooks, Zapier
unlimited data storage
unlimited number of records and tables
unlimited database complexity
free trial
free unlimited support
for a low flat rate.
TeamDesk is fully scalable.
From small companies to large enterprises, from specific manufactures to vertical business integration, system scalability accommodates customers' business growth and adjusts to evolving business model.
Enterprise Edition supports custom domain, white labeling, SSO via SAML2, unlimited databases centralized security management.
Learn more
Greenplum
Greenplum Database® stands out as a sophisticated, comprehensive, and open-source data warehouse solution. It excels in providing swift and robust analytics on data volumes that reach petabyte scales. Designed specifically for big data analytics, Greenplum Database is driven by a highly advanced cost-based query optimizer that ensures exceptional performance for analytical queries on extensive data sets. This project operates under the Apache 2 license, and we extend our gratitude to all current contributors while inviting new ones to join our efforts. In the Greenplum Database community, every contribution is valued, regardless of its size, and we actively encourage diverse forms of involvement. This platform serves as an open-source, massively parallel data environment tailored for analytics, machine learning, and artificial intelligence applications. Users can swiftly develop and implement models aimed at tackling complex challenges in fields such as cybersecurity, predictive maintenance, risk management, and fraud detection, among others. Dive into the experience of a fully integrated, feature-rich open-source analytics platform that empowers innovation.
Learn more
H2
Welcome to H2, a Java SQL database designed for efficient data management. In its embedded mode, an application can access the database directly within the same Java Virtual Machine (JVM) using JDBC, making it the quickest and simplest connection method available. However, a drawback of this setup is that the database can only be accessed by one virtual machine and class loader at a time. Like other modes, it accommodates both persistent and in-memory databases without restrictions on the number of simultaneous database accesses or open connections. On the other hand, the mixed mode combines features of both embedded and server modes; the initial application that connects to the database operates in embedded mode while simultaneously launching a server to enable other applications in different processes or virtual machines to access the same data concurrently. This allows local connections to maintain the high speed of the embedded mode, whereas remote connections may experience slight delays. Overall, H2 provides a flexible and robust solution for various database needs.
Learn more