Dolt : Dolt is a relational database, i.e. it has tables, and you can execute SQL queries against those tables. It also has version control primitives that o...
Scuttlebot : Scuttlebot is an open source peer-to-peer log store used as a database, identity provider, and messaging system. It has:
Global replication
File-synch...
Bandit : Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs approp...
pydantic : Data validation and settings management using python type annotations.
ZeroDB enables clients to run queries over encrypted databases without exposing decrypted data to the server and without a proxy gateway.