Kruno GolubicforKruno Golubic's Blogkgolubic.hashnode.net·Aug 4, 2022First steps with MemgraphIn this tutorial, you will learn how to install Memgraph Platform, connect to it using Memgraph Lab, run your first query and style your graph. You will see that using Memgraph is not hard at all! This tutorial is also available as a video on Memgra...Discuss·3 likes·196 readsgraph database
Kruno GolubicforKruno Golubic's Blogkgolubic.hashnode.net·Dec 1, 2022My first year at MemgraphExactly one year ago, I joined Memgraph. I’ve never worked at a startup before so I had no idea what I was heading for, but I felt like it was something that I had to do. I’ve been in IT for more than 25 years now, and I know that the only constant t...Discuss·3 likesMemgraph
MemgraphforMemgraphmemgraph.hashnode.net·Mar 15, 2023The Overflowing Timeout Error - A Debugging Journey in Memgraph!If you work as a programmer, putting out fires and solving some weird problems is in your job description. A lot of problems can be described by a single word, overflow. Integers can overflow, and stack can overflow. The first one is notorious to loc...Discuss·3 likesMemgraph
MemgraphforMemgraphmemgraph.hashnode.net·Apr 3, 2023Synchronize Data Between Memgraph Graph Database and ElasticsearchAlmost every company today has some kind of database as a single source of truth. Graph databases proved to be useful in almost every industry you know about. They excel in the modeling process since the graph model can naturally map business scenari...Discusselasticsearch
MemgraphforMemgraphmemgraph.hashnode.net·Mar 31, 2023How to Style Your Graphs in Memgraph LabMemgraph Lab comes a ton of options for customizing the visual display of query results. With the new scripting language, graphs can look almost any way you want. In this blog post a selection of features will be presented, but to explore the full po...DiscussMemgraph
MemgraphforMemgraphmemgraph.hashnode.net·Mar 30, 2023Diving Into the Vehicle Routing ProblemIntroduction Your small healthy food-producing company is doing really well this season. Having an established line of customers throughout the year is driving the business stable and products are delivered to them without any delays. Your route for ...Discussalgorithms
MemgraphforMemgraphmemgraph.hashnode.net·Mar 29, 2023Air Traffic Routing With MemgraphIt’s no secret that air traffic control (ATC) is one of the most stressful jobs in the world. Controllers must be quick-witted, alert, and have good decision-making skills. There are many things to consider when monitoring flights, such as avoiding c...DiscussMemgraph
MemgraphforMemgraphmemgraph.hashnode.net·Mar 28, 2023Modeling, Visualizing, and Navigating a Transportation Network with MemgraphIf riding a bike or walking is not an option, using public transport is the most eco-friendly way to travel around a city. Navigating a public transportation system can be confusing and complicated. As a passenger, you usually want to know how to ge...Discusslogistics
MemgraphforMemgraphmemgraph.hashnode.net·Mar 27, 2023Exploring a Twitter Network With Memgraph in a Jupyter NotebookThrough this short tutorial, you will learn how to install Memgraph, connect to it from a Jupyter Notebook and perform data analysis using graph algorithms. You can find the original Jupyter Notebook in our open-source GitHub repository. If at any po...DiscussPython
MemgraphforMemgraphmemgraph.hashnode.net·Mar 23, 2023How to Use Memgraph With Python and Jupyter NotebooksOne of the simplest ways you can analyze graphs is by creating a Python script or Jupyter Notebook. Python has always been the language of choice for most data scientists, and we know why. It strives to be simple and straightforward! So, in the spiri...Discuss·1 like·27 readsPython
MemgraphforMemgraphmemgraph.hashnode.net·Mar 22, 2023How to Identify Essential Proteins Using Betweenness CentralityThe identification of essential proteins has become an important field of research in recent years. The correlation between essential proteins and disease genes has become crucial for disease diagnosis and treatment. Traditional biological experiment...DiscussMemgraph
MemgraphforMemgraphmemgraph.hashnode.net·Mar 15, 2023The Overflowing Timeout Error - A Debugging Journey in Memgraph!If you work as a programmer, putting out fires and solving some weird problems is in your job description. A lot of problems can be described by a single word, overflow. Integers can overflow, and stack can overflow. The first one is notorious to loc...Discuss·3 likesMemgraph
MemgraphforMemgraphmemgraph.hashnode.net·Mar 14, 2023Analyzing Interactions in a Slack Communication NetworkWe held a company-wide hackathon where we challenged each other to build compelling, useful applications using a streaming data source, Kafka, Memgraph, and a Web Application backend. This week we're looking at a Slack bot that can help you understan...Discuss·2 likesMemgraph