Neo4j – Overview Neo4j is the world”s leading open source Graph Database which is developed using Java technology. It is highly scalable and schema free (NoSQL). What is a Graph Database? A graph is a pictorial representation of a set of objects where some pairs of objects are connected by links. It is composed of […]
Author Archives: user
Neo4j CQL – Creating Nodes As discussed, a node is a data/record in a graph database. You can create a node in Neo4j using the CREATE clause. This chapter teaches you how to − Create a single node Create multiple nodes Create a node with a label Create a node with multiple labels Create a […]
MySQLi – Quick Guide MySQLi – Introduction MySQLi is an extension to MySQL API available in PHP and is introduced from PHP 5.0 onwards. It is also known as MySQL improved extension. Motivation behind MySQLi was to take advantage of new features available in MySQL 4.1.3 onwards. It provides numerous benefits over MySQL extension. MySQL […]