Estelle Scifo Picture

Estelle Scifo

CTO at SmartGrid Communications Inc.

Estelle Scifo is a former physicist turned data scientist, hobbyist developer, and author of “Hands-on Graph Analytics with Neo4j.” Estelle is currently the CTO at SmartGrid.

Interested in Digital Twins, Graphs, Machine Learning, Neo4j, Python, Rust, GraphQL, and much more!


Latest Posts by Estelle Scifo

A Comprehensive Guide to Cypher Map Projection

Credits: https://unsplash.com/photos/qDG7XKJLKbsCypher is a visual graph query language used by the Neo4j graph database. It lets you write very precise pattern matching queries like:MATCH (movie:Movie {title: “The Matrix”}) <--(person:Person)WHERE person.born >... read more