Neo4J with Scala

Neo4j Apoc : A Blessing For Developer

Reading Time: 6 minutes Hello Folks, As we know about Neo4j, it pulls out developers life from the trouble and black & white screen of the databases. It doesn’t give freedom from the old databases also provides best support with it’s predefined procedures. As we know that in the Relational Database, Procedure provide advantages of better performance, scalability, productivity, ease of use and security and Neo4j also provides some Continue Reading

Neo4j vs ElasticSearch & Full Text Search In Neo4j

Reading Time: 3 minutes Hello Graphistas, Are you missing this series 🙂 ? Welcome back again in the series of Neo4j with Scala 😉 . Let’s start our journey again. Till now we have talked and learnt about the use of Neo4j with Scala and how easily we can integrated both two amazing technologies. Before starting the blog here is recap : Getting Started Neo4j with Scala : An Continue Reading

Neo4j With Scala: Awesome Experience with Spark

Reading Time: 4 minutes Lets start our journey again in this series. In the last blog we have discussed about the Data Migration from the Other Database to the Neo4j. Now we will discuss that how can we combine Neo4j with Spark? Before starting the blog here is recap : Getting Started Neo4j with Scala : An Introduction Neo4j with Scala: Defining User Defined Procedures and APOC Neo4j with Continue Reading

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

Neo4j with Scala : User Defined Procedure and APOC

Reading Time: 5 minutes In the last blog Getting Started Neo4j with Scala : An Introduction which got the overwhelming response from Neo4j and Dzone. We discussed about how to use Neo4j with Scala. For recap Blog and the Code. Now we are going to take one step ahead . As we know that in the Relational Database, Procedure provide advantages of better performance, scalability, productivity, ease of use 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