Starting with Neo4J

Neo4j With Scala : Migrate Data From Other Database to Neo4j

Reading Time: 6 minutes Hello Folks; Lets continue the Neo4j with Scala. We have earlier discuss about the use of Neo4j with Scala and Neo4j APOC with Scala. In this blog we are going to discuss about how we can migrate data from the other database like MYSQL, PostgreSQL, Oracle and Cassandra. But before starting the journey, To those who have caught the train late 😉 , this is Continue Reading

Getting Started Neo4j with Scala : An Introduction

Reading Time: 3 minutes Earlier we used Relational Database for storing the data but there we store data in predefined table and than we define foreign key for references between tables or rows. We are using this in present time also. Now when we talk about the graph database, we stored data in the nodes. Graph database provides us flexibility to arrange data in easy way. When we transform Continue Reading