Jay Desaijaydesai.hashnode.net·Nov 4, 2020FeaturedWhy GraphQL is the future? A Gentle Introduction to GraphQLGraphQL is an open-source query language developed by Facebook in 2015 and it is built on the graph data structure. Many big companies are adopting GraphQL besides Facebook, including GitHub, Pinterest, Twitter, Sky, The New York Times, Shopify, Yelp...Kannan and 2 others are discussing this3 people are discussing thisDiscuss·59 likes·2.1K readsLearn GraphQL: From Beginner to Expert Level - 2021GraphQLGood one Jay Desai. One thing I feel like its missed here is subscriptions and mutations 3
Kunal KushwahaforWeMakeDevskubeworld.hashnode.net·Nov 27, 2022NebulaGraph database case studyProblems with relational databases Relational databases such as SQL databases use tables for storing data and forming relationships between the data. While these types of databases are relatively easy to write data into, it isn't very performant when...Discuss·17 likes·724 readsCase studiesBlogsWithCC
Anindyadeep Sannigrahicodewithyouml.hashnode.net·Dec 22, 2022Graph ML ResourcesKICKSTART YOUR GRAPH ML JOURNEY WITH THESE RESOURCES One of the cool topics to study these days is `Graph Machine Learning. So here are a bunch of FREE resources that can help to kickstart the Graph ML journey. I have sorted these resources based on ...Discuss·16 likes·74 readsGraph
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
İdil SağlamforMakepad Blogkaanyagci-1672338511431.hashnode.net·Mar 30, 2023Creating a Simple Go Application for CRUD Operations with Neo4j and DockerHi everyone 👋, today we'll create a simple Go application that demonstrates basic CRUD operations using Neo4j 🏢, a popular graph database, and Docker 🐳. This tutorial will guide you through the steps to set up a local Neo4j instance using Docker, ...Discuss·71 readsGo Language
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
Joseph Edohblockydevjoe.hashnode.net·Mar 5, 2023Using the Graph to Index Transaction DataIntroduction For most apps built on blockchains like Ethereum and other EVM-based chains, it's hard and time-intensive to read data directly from the chain, so you used to see people and companies building their own centralized indexing servers and s...DiscussBlockchain
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 10, 2023Chasing Messages and Offsets in the Land of librdkafkaToday I would like to share with you a personal endeavor with librdkafka. One of the features we wanted to push for streams was offset management for Kafka consumers, i.e., the logical offset of the {topic, partition} that a consumer starts consuming...DiscussMemgraph