In-memory vs. disk-based databases: Why do you need a larger than memory architecture?Sep 5, 2023·5 min read
Memgraph Helm Chart KubernetesManaging software in different environments is a challenge. Your application typically has various dependencies, which may include libraries, interpreters, packages, configurations, etc. Each of these elements also has a tendency to perform different...Sep 8, 2023·4 min read
Memgraph vs. TigerGraphIn today's data-driven world, the necessity to process and interpret complex relationships within massive datasets is making organizations continually search for the go-to graph database, leaving the traditional relational database options behind. Af...Aug 18, 2023·5 min read
What is a Key-Value Database?In the landscape of data management solutions, key-value databases stand apart, offering a unique blend of simplicity and performance tailored to the big data era. By abstracting data into simple key-value pairs and values, this type of database offe...Aug 3, 2023·6 min read
When to Use a NoSQL DatabaseHow we manage and process data changes rapidly over the years, and staying on track with the newest technology trends is important. Traditional relational database management systems, such as MySQL, Oracle, and SQL Server, have always been the first ...Jul 21, 2023·5 min read
How to Build a Graph Web Application With Python, Flask, Docker & MemgraphThe goal is straightforward (or at least it seems simple enough). Let's build a web application in Python that can visualize a graph and run some cool graph algorithms out of the box. Maybe it's not your flavor, but I prefer the Flask web framework f...Jul 20, 2023·7 min read
How to Visualize a Social Network in Python with a Graph Database: Flask + Docker + D3.jsWhen you think about a web application, a graph database doesn’t usually spring to mind. Instead, most people just take the familiar route of using an SQL database to store information. While this is perfectly acceptable for most use cases there are ...Jul 19, 2023·15 min read
RedisGraph Alternative: What are my Options when RedisGraph is Dead?With the recent announcement of RedisGraph's sunset, the search for a robust and performant graph database alternative is more relevant than ever. Choosing a solid alternative now can save you a fair amount of time and resources and give you a safety...Jul 18, 2023·4 min read