Neo4J, Mindsdb, Milvus, Peewee
Learn how to use Python for Neo4j Graph Data Science, and explore SQLAlchemy monkey patches, Lightwood AutoML framework, and Peewee ORM. Discover the documentation for Milvus vector databases, Neo4j, Pypher, neopy, pygds, Pypika for SQL query building, mindsdb_native, and mindsdb_python_sdk for native Python mindsdb usage.
peewee
docs
milvus
docs
neo4j
OGM, object-graph mapping
docs
drivers
neo4j python graph data science driver
wrappers
pypher cypher builder in python intro
pygds a python wrapper to call Neo4j Graph Data Science procedures from python using the Neo4j python driver
mindsdb
since mindsdb is sql-based it is time to create monkey patches for sqlalchemy core?
1 | from sqlalchemy import text |
tools
Lightwood is an AutoML framework that enables you to generate and customize machine learning pipelines declarative syntax called JSON-AI doc
docs
wrappers
pypika sql query builder