Giter Club home page Giter Club logo

movin-things's Introduction

MovinThings

Introduction

This is MovinThings, a visualization web component for things moving in geo-space, in other words: a map with moving dots and more. Data comes from a configurable, generic backend, normally polling a FIWARE Orion Context Broker. Other data sources can be adapted to.

Here's the screenshot of a demo:

Flights over Austria

Purpose

MovinThings provides a generic visualization component for the FIWARE Orion Context Broker. Find out more about FIWARE on the FIWARE Home Page.

MovinThings is released under the EUPL 1.2.

Contributors

MovinThings is developed in a collaboration between PACE, the innovation team of the City of Vienna, Austria, Swiss Smart Technologies and Profirator.

How to read the docs

The documentation is formatted with MkDocs. The Markdown sources are in docs/docs.

If MkDocs is installed, the following commands serve the documentation:

cd docs
mkdocs serve

If Docker is installed, MkDocs can also be run from a Docker image:

cd docs
docker run --rm -v "`pwd`:/app" -w /app -p 8000:8000 minidocks/mkdocs serve -a 0.0.0.0:8000

If Docker Compose is installed, one of the supplied compose files can be used.

Vienna and Profirator use very different environments and setups. First, please clone the project. Then, if you are

After the setup has been executed once, docker-compose.yml will be a symbolic link to the chosen configuration.

As the name implies, build/init_docs_only.sh configures a single service, serving the documentation. The configurations for Vienna and Profirator each start a backend and a demo page with the component, utilizing the backend. Both configurations need a running FIWARE Orion Context Broker with a certain unique configuration. Therefore, the supplied backend and demo configurations only work for the contributors. Please read the docs for how to create your own configuration.

At this point, the project can be started, running

docker-compose up --build

Once app runs, documentation is served under localhost:8000.

Finally, if nothing else works, you can always look at the markdown files in docs/docs.

movin-things's People

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.