Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
Dqlite is a high-speed, embedded SQL database that offers persistent storage and utilizes Raft consensus, making it an ideal choice for resilient IoT and Edge devices. Known as "distributed SQLite," Dqlite expands SQLite's capabilities across multiple machines, ensuring automatic failover and high availability to maintain application uptime. It employs C-Raft, an optimized implementation of Raft in C, which provides exceptional performance in transactional consensus and fault tolerance while maintaining SQLite’s renowned efficiency and compact size. C-Raft is specifically designed to reduce transaction latency, enabling faster operations. Both C-Raft and Dqlite are implemented in C, ensuring they are portable across various platforms. Released under the LGPLv3 license with a static linking exception, it guarantees broad compatibility. The system features a standard CLI pattern for initializing databases and managing the joining or leaving of voting members. It also incorporates minimal, configurable delays for failover alongside automatic leader election processes. Additionally, Dqlite supports a disk-backed database option with in-memory capabilities and adheres to SQLite's transaction protocols. The blend of these features makes Dqlite a powerful solution for modern data storage needs.
Description
An adaptable and efficient key-value storage engine, both persistent and in-memory, is engineered for superior performance and resource optimization. It is crafted to effectively handle data on-disk and in-memory by identifying recurring patterns in serialized bytes, without limiting itself to any particular data model, be it SQL or NoSQL, or storage medium, whether it be Disk or RAM. The core system offers a variety of configurations that can be fine-tuned for specific use cases, while also aiming to incorporate automatic runtime adjustments by gathering and analyzing machine statistics and read-write behaviors. Users can manage data easily by utilizing well-known structures such as Map, Set, Queue, SetMap, and MultiMap, all of which can seamlessly convert to native collections in Java and Scala. Furthermore, it allows for conditional updates and data modifications using any Java, Scala, or native JVM code, eliminating the need for a query language and ensuring flexibility in data handling. This design not only promotes efficiency but also encourages the adoption of custom solutions tailored to unique application needs.
API Access
Has API
API Access
Has API
Integrations
Airstack
Ansible
BioRAFT
Chef
Cisco AnyConnect
Huawei FusionStorage
IBM Cloud
Intelligent Management Center
PostgreSQL
Puppet Enterprise
Integrations
Airstack
Ansible
BioRAFT
Chef
Cisco AnyConnect
Huawei FusionStorage
IBM Cloud
Intelligent Management Center
PostgreSQL
Puppet Enterprise
Pricing Details
No price information available.
Free Trial
Free Version
Pricing Details
No price information available.
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
Canonical
Founded
2010
Country
United Kingdom
Website
dqlite.io
Vendor Details
Company Name
SwayDB
Website
swaydb.io
Product Features
Relational Database
ACID Compliance
Data Failure Recovery
Multi-Platform
Referential Integrity
SQL DDL Support
SQL DML Support
System Catalog
Unicode Support