GithubHelp home page GithubHelp logo

memgraph / starlink Goto Github PK

View Code? Open in Web Editor NEW
15.0 10.0 3.0 4.91 MB

This project implements dynamic shortest-path routing for Starlink using Memgraph. Starlink satellites are low earth orbit communications satellites currently being launched and operated by SpaceX.

License: GNU General Public License v3.0

Dockerfile 0.26% Python 4.35% Shell 0.90% HTML 5.29% SCSS 33.33% JavaScript 41.73% CSS 14.15%
starlink memgraph cypher graph-algorithms graph-database

starlink's Introduction

Starlink Demo

This demo application simulates and visualizes the Starlink internet constellation. It also demonstrates how MemgraphDB can be used to find the shortest routing path in such networks.
To find out more about the subject, read the accompanying blog post.



Prerequisites

Before you can run the application, you need to have the following tools installed:

After you installed Docker you need to download the Memgraph image for Docker and load it.
The container with the image should be stopped before attempting to build and run the app.

Start the app

First, position yourself in the root folder of the project. Build the Docker image and run the application with the following commands:

docker-compose build
docker-compose up

If everything was successful you can open it in your browser. The app will be listening on: http://localhost:5001/.

Project structure

The app is divided into three separate modules:

  • memgraph - the database where all the positions of satellites and cities are stored and updated.
  • simulator - a Python program that utilizes the Skyfield package to calculate satellite positions in orbit. Those positions are then stored in the Memgraph database.
  • web_app - a client-server app that fetches data from the database and renders it.

Technologies used

  • Python 3.7
  • MemgraphDB 2.2.1
  • Apache Kafka
  • Poetry
  • Skyfield
  • Flask
  • Leaflet

starlink's People

Contributors

dtomicevic avatar g-despot avatar ivan-g-despot avatar nmotocic avatar tonilastre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

starlink's Issues

Poetry root and not found error

Hi, When I try to build docker-compose I get the error in the picture..
How do I change the docker file to fix the problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.