A Graph DB Case Study: Chinese Idiom Chains

Build a Neo4J Graph Database Application with 20 Lines of Python

Shaw Lu
Towards Data Science
4 min readSep 17, 2019

--

Graph database has promised many advantages over relational databases: fast query, flexible schema, efficient storage, etc. But it is still underutilized today. One of the difficulties is interoperability with other languages, and the official documentation offers scant examples…

--

--