Skip to content

VM9/fiware-orion-explorer

Repository files navigation

Orion Explorer

A User Interface to Explore Fiware Orion Context Broker Entities.

This demo is gently hosted by VM9 IT, but we can't garantee that it will be available. So we encourage you to deploy your own instânce. We tryed to make it as simple as possible, that everyone can deploy. At this next section you can see how to build, install and deploy it:

Running:

To download all dependencies you should install composer, Node(npm) and Bower.

git clone https://github.com/VM9/fiware-orion-explorer.git
cd fiware-orion-explorer
composer install --no-dev
npm install
npm install bower -g
bower install
php -S localhost:7000

Runnning on Docker

If you use docker-compose, you can run this tool on docker as below:

docker-compose up -d
# Go to localhost:7000

Orion Explorer Requeriments

  • PHP 5.6+ with cURl extention
  • Orion Explorer uses localstorage, and more recent version of javascript, css, and html, you should run it over a modern browser. We reccomend latest version of Google Chrome.
  • Orion Explorer uses NGSIv2 API, so you must use with on a 1.2.0+ instance, we recommend use the latest stable version of Fiware Orion Context Broker
  • Orion Explorer just use API to communicate with Fiware Orion Context Broker, the port just be visible for the Orion Explorer instance.

Licence

Orion Context Explorer is licensed under Affero General Public License (GPL) version 3. Orion Context Broker, Fiware ALL RIGHTS RESERVED AND OTHER TRADEMARKS ARE THE PROPERTY OF THEIR RESPECTIVE OWNERS. Legal Notice