minani/paris-metro

By minani

Updated 6 months ago

A Docker image for simulating the Paris Metro system using Python and Neo4j.

Image
API Management
Data Science
Databases & Storage
0

15

Paris Metro Simulation

This Docker image is designed for simulating the Paris Metro system using Python and Neo4j. Our research purpose: building up a lightweight simulations and and development environments for Python and Neo4j running side by side within the same Docker container. This Docker image includes all necessary dependencies and configurations to run the simulation.

Features

  • Python 3.9
  • Neo4j 4.2
  • Pre-configured Neo4j database
  • Python script for simulating metro routes

Usage

To pull and run the Docker image, use the following commands:

##bash

Pull the Docker image

docker pull minani/paris-metro:0.0.1-release

Run the Docker container

docker run -d --name paris-metro-container -p 7474:7474 -p 7687:7687 minani/paris-metro:0.0.1-releasee

#Verify the container is running docker ps

Docker Pull Command

docker pull minani/paris-metro