LICENSE
README.md
pyproject.toml
sparkdb/__init__.py
sparkdb/cli.py
sparkdb.egg-info/PKG-INFO
sparkdb.egg-info/SOURCES.txt
sparkdb.egg-info/dependency_links.txt
sparkdb.egg-info/entry_points.txt
sparkdb.egg-info/requires.txt
sparkdb.egg-info/top_level.txt
sparkdb/algorithms/__init__.py
sparkdb/algorithms/centrality.py
sparkdb/algorithms/community.py
sparkdb/algorithms/pathfinding.py
sparkdb/algorithms/provenance.py
sparkdb/algorithms/structural.py
sparkdb/client/__init__.py
sparkdb/client/remote_client.py
sparkdb/core/engine.py
sparkdb/core/fulltext_store.py
sparkdb/core/matrix_store.py
sparkdb/core/persistence.py
sparkdb/core/property_store.py
sparkdb/core/vector_store.py
sparkdb/cypher/__init__.py
sparkdb/cypher/executor.py
sparkdb/cypher/parser.py
sparkdb/server/__init__.py
sparkdb/server/app.py
sparkdb/server/server.py
tests/test_cbo_and_ast_cache.py
tests/test_falkordb_advanced_parity.py
tests/test_sparkdb_complete.py
tests/test_sparkdb_hybrid_storage.py
tests/test_sparkdb_mutations_and_ontology.py
tests/test_sparkdb_remote_client.py
tests/test_storage_optimization_and_binary_protocol.py