I'm really trying to learn new things ...
I have been using SQL for a long time, using MySQL and recently discovered document-oriented databases.
I came across graphical databases and Neo4j and want to try it through NodeJS, but I really don't understand.
Should I use Neo4j in combination with another database? How to store my data in MySQL and relationships in Neo4j?
Or can I use Neo4j to store data (e.g. messages)?
source share