Top AI Repos ā open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Multi-Modal Database replacing MongoDB, Neo4J, and Elastic with 1 faster ACID solution, with NetworkX and Pandas interfaces, and bindings for C 99, C++ 17, Python 3, Java, GoLang šļø
| Date | Stars |
|---|---|
| 2026-07-24 | 636 |
| 2026-07-25 | 636 |
| 2026-07-28 | 636 |
| 2026-07-30 | 636 |
| 2026-08-06 | 636 |
Today
ā stars today
This week
ā stars this week
This month
ā stars this month
Momentum
0.0
growth rate 0.00%/day
<h1 align="center">UStore</h1>
<h3 align="center">
Modular <sup>1</sup> Multi-Modal <sup>2</sup> Transactional <sup>3</sup> Database<br/>
For Artificial Intelligence <sup>4</sup> and Semantic Search <sup>5</sup><br/>
</h3>
<br/>
<p align="center">
<a href="https://www.youtube.com/watch?v=ybWeUf_hC7o"><img height="25" width="25" src="https://github.com/unum-cloud/.github/raw/main/assets/youtube.svg" alt="Youtube"></a>
<a href="https://discord.gg/4mxGrenbNt"><img height="25" width="25" src="https://github.com/unum-cloud/.github/raw/main/assets/discord.svg" alt="Discord"></a>
<a href="https://www.linkedin.com/company/unum-cloud/"><img height="25" width="25" src="https://github.com/unum-cloud/.github/raw/main/assets/linkedin.svg" alt="LinkedIn"></a>
<a href="https://twitter.com/unum_cloud"><img height="25" width="25" src="https://github.com/unum-cloud/.github/raw/main/assets/twitter.svg" alt="Twitter"></a>
<a href="https://unum.cloud/post"><img height="25" width="25" src="https://github.com/unum-cloud/.github/raw/main/assets/blog.svg" alt="Blog"></a>
<a href="https://github.com/unum-cloud/ukv"><img height="25" width="25" src="https://github.com/unum-cloud/.github/raw/main/assets/github.svg" alt="GitHub"></a>
</p>
<div align="center">
1. supports:
<a href="https://github.com/facebook/rocksdb">RocksDB</a>
ā¢
<a href="https://github.com/google/leveldb">LevelDB</a>
ā¢
<a href="https://github.com/unum-cloud/udisk">UDisk</a>
ā¢
<a href="https://github.com/unum-cloud/ucset">UCSet</a>
<a href="backends">backends</a>
<br/>
2. can store:
<a href="#Blobs">Blobs</a>
ā¢
<a href="#Documents">Documents</a>
ā¢
<a href="#Graphs">Graphs</a>
ā¢
š Features
ā¢
š Texts
<br/>
3: guarantees
<a href="#Atomicity">Atomicity</a>
ā¢
<a href="#Consistency">Consistency</a>
ā¢
<a href="#Isolation">Isolation</a>
ā¢
<a href="#Durability">Durability</a>
<br/>
4: comes with
Pandas
and
NetworkX
API
and š
PyTorch data-loaders
<br/>
5: brings
vector-search
integrated with
<a href="https://github.com/unum-cloud/usearch">USearch</a>
and
<a href="https://github.com/unum-cloud/uform">UForm</a>
</div>
---
<div align="center">
<b>drivers</b>:
Python
ā¢
C
ā¢
C++
ā¢
GoLang
ā¢
Java
<br/>
<b>packages</b>:
<a href="https://pypi.org/project/ukv/">PyPI</a>
ā¢
<a href="#cmake">CMake</a>
ā¢
<a href="https://hub.docker.com/repository/docker/unum/ustore">Docker Hub</a>
<a href="https://www.youtube.com/watch?v=ybWeUf_hC7o">Youtube</a> intro ā¢
<a href="https://discord.gg/4mxGrenbNt">Discord</a> chat ā¢
Full <a href="https://unum-cloud.github.io/ustore">documentation</a>
<a href="https://discord.gg/4mxGrenbNt"><img src="https://img.shields.io/discord/1063947616615923875?label=discord"></a>
<a href="https://www.linkedin.com/company/unum-cloud/"><img src="https://img.shields.io/badge/linkedin-connect_with_us-0a66c2.svg?"/></a>
<a href="https://twitter.com/unum_cloud"><img src="https://img.shields.io/badge/twitter-follow_us-1d9bf0.svg?"/></a>
<a href="https://zenodo.org/badge/latestdoi/502647695"><img src="https://zenodo.org/badge/502647695.svg" alt="DOI"></a>
<a href="https://www.github.com/unum-cloud/"><img src="https://img.shields.io/github/issues-closed-raw/unum-cloud/ustore?"/></a>
<a href="https://www.github.com/unum-cloud/"><img src="https://img.shields.io/github/stars/unum-cloud/ustore?"/></a>
<a href="#"><img src="https://img.shields.io/github/workflow/status/unum-cloud/ustore/Build"/></a>
</div>
## Quickstart
Installing UStore is a breeze, and the usage is about as simple as a Python `dict`.
```python
$ pip install ukv
$ python
from ukv import umem
db = umem.DataBase()
db.main[42] = 'Hi'
```
We have just create an in-memory embedded transactional database and added one entry in its `main` collection.
Would you prefer that data on disk?
Change one line.
```python
from ukv import rocksdb
db = rocksdb.DataBase('/somExcerpt of 23,109 characters
Read on GitHubAsh Vardanian Ā· BDFL @ Unum Ā· Armenia
1.4k
748
Ishkhan Nazaryan
404
391
Gurgen Yegoryan Ā· UCRAFT Ā· Armenia
269
227
Arman Ghazaryan
153
Semantic Release Bot Ā· @semantic-release
43
40
6
Alex
3
2
1
1
1
Vladimir Orshulevich Ā· Unum Ā· Armenia
1
Would you bet a product on this? Bounded 0ā100 and slow moving.
matched fp:8ce5ec702a6aec3e, topic:vector-search, readme:vector search