RPC, WebSocket Server, JSON RPC 2.0, OpenAPI, Swagger UI
Project description
RealityDB
Document-oriented realtime database built on top of RocksDB, tailored for media applications.
Installation
pip install realitydb
Usage
from realitydb import DocumentObject
class User(DocumentObject):
name: str
age: int
async def main():
user = User(name="John Doe", age=25)
await user.put()
if __name__ == "__main__":
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
realitydb-0.0.1.tar.gz
(8.6 kB
view hashes)
Built Distribution
realitydb-0.0.1-py3-none-any.whl
(10.7 kB
view hashes)
Close
Hashes for realitydb-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1e7f002e90a2e6d96fc71f425cae8b7739811feccd8ce8988a15e6da601faa5 |
|
MD5 | 01a09138354fd052f65282fbcbb4b455 |
|
BLAKE2b-256 | fdf068b0d97e2ab8b79dcd422fac01b08d755296918a3afb292a806c7ad2e49c |