Skip to content

Commit 51d58b7

Browse files
authored
Update blog-post.md
1 parent b1850d5 commit 51d58b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blog_post/blog-post.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Low latency transmission is a key factor when trying to deliver high-speed inter
1212

1313
Finding the shortest path between locations is a common problem tackled by graph theory, so the ideal approach to the transmission routing problem would be to use graph concepts and algorithms.
1414

15-
In this post, we will explore how graph analytics and graph theory can be used to model the Starlink constellation and optimize transmission paths to ensure high-speed internet access almost anywhere on the planet. You can also visit our [**Starlink Simulator**](http://starlink.memgraph.com/) and see the results for yourself.
15+
In this post, we will explore how graph analytics and graph theory can be used to model the Starlink constellation and optimize transmission paths to ensure high-speed internet access almost anywhere on the planet.
1616
<br /><br />
1717
<p align="center">
1818
<img src="https://raw.githubusercontent.com/g-despot/images/699ee65713223a90af3f5b180f331893b2c469be/demo_screenshot.png" alt="" width="800"/>
@@ -172,4 +172,3 @@ The resulting graph should look like this:
172172
## Memgraph and other Real-World Applications
173173

174174
As we have shown in this example, **Memgraph DB** can be used to solve a complicated problem relatively easily and many other problems can be tackled similarly. Routing packets across mesh networks, supply chain analysis and [optimal route planning](https://memgraph.com/blog/how-to-build-a-route-planning-application-with-breadth-first-search-and-dijkstras-algorithm) are only a few of the numerous examples that are waiting to be explored with this technology. You can also try out [**Memgraph Cloud**](https://cloud.memgraph.com/login) for free and see if a graph database would be a good fit for your specific personal or business requirements.<br />
175-
Don't forget to visit the [**Starlink Simulator**](http://starlink.memgraph.com/) if you want to see the satellite network in action or [**Memgraph Lab**](https://lab.memgraph.com/) to play around with the live simulation data.

0 commit comments

Comments
 (0)