Skip to main content

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


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)

Uploaded Source

Built Distribution

realitydb-0.0.1-py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page