MemgraphforMemgraphmemgraph.hashnode.dev·Sep 5, 2023In-memory vs. disk-based databases: Why do you need a larger than memory architecture?Memgraph is an in-memory graph database that recently added support for working with data that cannot fit into memory. This allows users with smaller budgets to still load large graphs to Memgraph without paying for (more) expensive RAM. However, exp...DiscussMemgraph
MemgraphforMemgraphmemgraph.hashnode.dev·Aug 25, 2023Exciting News: LangChain Now Supports Memgraph!We're thrilled to announce a powerful integration between LangChain and Memgraph, bringing you an unparalleled natural language interface to your Memgraph database. Say goodbye to complex queries and welcome a seamless and intuitive way to interact w...Discuss·52 readslangchain
Ani GhazaryanforMemgraphmemgraph.hashnode.dev·Aug 23, 2023What is a Graph Database?While relational databases have been the go-to choice for data storage, they fall short when it comes to handling complex relationships and traversing interconnected data, which puts graph databases in a special spotlight. A graph database is a speci...Discussgraphdatabase
MemgraphforMemgraphmemgraph.hashnode.dev·Aug 22, 2023Security Analysis with JupiterOne’s Starbase and MemgraphStarbase is an open-source graph-based security analysis tool that unifies all of JupiterOne’s integrations into one. It collects assets and relationships from services and systems, including cloud infrastructure, SaaS applications, security controls...DiscussMemgraph
MemgraphforMemgraphmemgraph.hashnode.dev·Aug 18, 2023Memgraph 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...DiscussMemgraph
MemgraphforMemgraphmemgraph.hashnode.dev·Jul 21, 2023When 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 ...Discuss·37 readsNoSQL
MemgraphforMemgraphmemgraph.hashnode.dev·Jul 20, 2023How 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...DiscussFlask Framework
MemgraphforMemgraphmemgraph.hashnode.dev·Jul 19, 2023How 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 ...Discuss·29 readsFlask Framework
MemgraphforMemgraphmemgraph.hashnode.dev·Jul 6, 2023Analyzing Real-Time Movie Reviews With Redpanda and MemgraphIn recent years, it has become apparent that almost no production system is complete without real-time data. This can also be observed through the rise of streaming platforms such as Apache Kafka, Apache Pulsar, Redpanda, and RabbitMQ. This tutorial...Discussredpanda
MemgraphforMemgraphmemgraph.hashnode.dev·Jul 4, 2023How to Implement Custom JSON Utility Procedures With Memgraph MAGE and PythonIntroduction Oftentimes you find yourself unable to come up with the perfect query that fits the problem at hand. Every query language has its disadvantages and Cypher is no exception. But thankfully, there is always the option of writing your own cu...DiscussPython