Notes & ideas
Writing about code, systems, and the things I learn.
A collection of practical notes from building backend software and exploring technology.
Using Neo4j in Python Backend Projects
Neo4j is the most popular graph database available today. It stores data as nodes (entities) and relationships (connections), which is fundamentally …
Read articleStart Neo4j
Neo4j provides drivers which allow you to make a connection to the database and develop applications which create, read, update, and delete informati…
Read article