UniStore
The Universal Database
UniStore is Open
UniStore comes in two flavors - Fully Open Source Community Edition and Heavily Standardized Enterprise Edition, which supports the same functionality, offering better vertical and horizontal scalability.
Both versions conform to the same UKV interface, natively bringing the support of numerous Internet Engineering Task Force Standards and a connection to the Apache Arrow ecosystem. This makes UniStore compatible with multiple data-processing tools, like PyTorch, Ray, Apache Kafka, and ClickHouse.
UniStore is Exceptionally Fast
Incorporating parallel computing technologies into Transactional Databases is a complex task. It took us 7 years to master those techniques before the initial launch, and now we have numerous concurrent lock-free data structures, explicit SIMD code for x86 and Arm, and GPU acceleration. The results speak for themselves.
UniStore is Multi-Modal
You can put Documents and Tabular Data, Media and Binary Data, Networks or Graphs, and even high-dimensional Vectors in one database. Today, most companies use several Databases for different workloads, needing a better generic solution.
|
|
It is not just messy but also error-prone. With UniStore, you don’t need to learn 10 different products with 10 interfaces. You need just one, and it is consistent across modalities.
|
|
UniStore is ACID Transactional
Most NoSQL stores are Eventually Consistent, so the classical notion of transactions loses most of the expected guarantees. Furthermore, when using multiple stores, you further degrade those guarantees, having to add manual synchronization between different APIs.
|
|
UniStore is Strictly Serializable, which is the strongest Consistency guarantee. No boilerplate synchronization is needed, even for transactions spanning multiple Collections or Modalities.
|
|
UniStore is Ready for Machine Learning
Machine Learning and Artificial Intelligence workloads differ from classical Business Intelligence. You may not need absolute consistency, but you need high throughput and the kinds of operations that Databases don’t do. Well, except for the UniStore.
|
|
We natively support randomized batch sampling. This changes how we can approach AI Training! It accelerates our path towards Active Learning, where training Neural Networks is not a one-off operation performed on static, already outdated exported dump of data but is a part of a continuous refinement process.
UniStore is Built to Search
The classical approach to search is to build deterministic indexes offline, one for every form of data. However, the modern method, employed across all major search engines, shifts towards Approximate Nearest Neighbor Search in High-Dimensional often-non-metric spaces.
|
|
Not only can you train Neural Networks by feeding them from the UniStore, but you can also send the Semantic Representations back into our Vector Collections. This brings the power of Google from B2C experiences into Enterprise Data Warehouses.