LICENSE
README.md
pyproject.toml
api/__init__.py
api/server.py
api/routes/__init__.py
api/routes/collections.py
api/routes/documents.py
api/routes/observability.py
api/routes/query.py
api/routes/restful.py
backend/__init__.py
backend/config.py
backend/main.py
cli/__init__.py
cli/main.py
core/__init__.py
core/engine.py
core/indexer.py
core/query_engine.py
core/runtime.py
core/rust_ipc.py
core/storage.py
core/transaction.py
magnexisdb.egg-info/PKG-INFO
magnexisdb.egg-info/SOURCES.txt
magnexisdb.egg-info/dependency_links.txt
magnexisdb.egg-info/entry_points.txt
magnexisdb.egg-info/requires.txt
magnexisdb.egg-info/top_level.txt
models/__init__.py
models/document.py
realtime/__init__.py
realtime/websocket.py
utils/__init__.py
utils/parsing.py