Neo4j is a Graph Database Management System. The data elements Neo4j stores are nodes. Each node can have a relationship to another node by an Edge with attributes such as (Belongs to), (Has). Some argue that it is faster than RDBMS, I say do a POC and see how well it handles >5 Million dataContinueContinue reading “Embedded Neo4j with Integration Tests”
Tag Archives: java
Working with Multiple Development Environments
Requirements: Switch between different JDKs, MVN Versions, and Docker hubs on call How? We will use Aliases Prerequisites: Cygwin installed on windows (You can also do this on Linux – though you wont need Cygwin then) Lets do it: Install multiple JDK versions, Install your different MVN versions Create 2 different settings.xml file. Each ofContinueContinue reading “Working with Multiple Development Environments”