8000 GitHub - datasetu/vermillion at v0.1.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

datasetu/vermillion

Repository files navigation

IUDX resource server

travis codacy license

An IUDX compliant IoT resource server for smart cities

Documentation: https://iudx.readthedocs.io (Out of date. Will update soon)

Single-node Quickstart

  1. Clone the repository:

    git clone https://github.com/rbccps-iisc/iudx-resource-server
    cd iudx-resource-server
    
  2. Install the required dependencies (Host OS must be Ubuntu):

    ./tests/single-node/require.sh
    
  3. If the host OS is not Ubuntu then install the following dependencies manually

    • docker
    • docker-compose

    Also install the following dependencies if the tests need to be run

    • requests
    • urllib3
    • pika
  4. Start the installation:

    ./single-node/quick_install
    
  5. Test the middleware using:

    ./tests/single-node functional -d 1 -a 1
    

About

A high-performance, scalable middleware for time-series and static-file data exchange.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

0