© 2022 Hashnode
#graph-database
This is the article I wished existed when I needed to support accounting functions. Double-entry Bookkeeping may seem esoteric and unnecessarily complicated, but actually describes a simple framework …
Many organisations are being challenged by the speed and scale at which data is generated today. It is becoming progressively tricky to derive valuable insights, especially when the data sources are d…
Note-taking and personal knowledge management get talked about in academic circles, by both students and teachers. But there’s not much said about its use outside of the academe. What is Obsidian Obs…
What is GraphQL? GrpahQL is an open-source query language used to build APIs and provides powerful abilities over the traditional Rest API. The client gets exactly what asked for: GraphQL will always …
In this post we will have a look at how to query for data in Neo4j, and explore some of the interesting ways we can use Cypher to retrieve data and answer questions. We will not be diving in deep, bu…
mapObject() : It transforms an Object to a new Object. mapObject is used when we want to change the keys and/or values on an Object to be a different object. It does this by iterating over each key/v…
This is a detailed, well-researched bar chart racing video of the most popular websites from 1996 to 2020 based on website traffic & brand popularity. This is a quick rewind to the history of the web …
There are many ways to recommend movies to someone. You could simply suggest a movie that you liked and think the other person might enjoy. However, a movie recommendation system using Neo4j and python can create a list of movies that the u…
In the last post, we have created a simple entity/relation-model using the PicoLisp E/R framework. You can find the file with the definitions here. Now let's create a new database and fill it with som…
What is gun.js? This should be easier than it is to explain, but like many fast-moving open-source projects, definitions and capabilities change rapidly, often with shared oversight. Let's start with …