Code Monkey home page Code Monkey logo

epidataio / epidata-community Goto Github PK

View Code? Open in Web Editor NEW
8.0 11.0 7.0 7.75 MB

EpiData IoT Data Science Platform - Community Edition

Home Page: http://bit.ly/epidataio

License: Apache License 2.0

Scala 27.43% Python 33.47% CSS 0.01% JavaScript 0.22% Makefile 0.20% Shell 0.22% Batchfile 0.20% Jupyter Notebook 18.48% C# 0.01% HTML 19.73% Less 0.03%
iot-analytics-platform data-science big-data-analytics iot-platform artificial-intelligence machine-learning deep-learning sensor-measurements industrial-automation intrnet-of-things

epidata-community's Introduction

EpiData

EpiData is an IoT Data Science Platform. It integrates IoT and Data Science capabilities in a lightweight and open-source framework. The EpiData platform enables development and deployment of machine learning and deep learning algorithms for smarter industrial solutions including energy management, smart manufacturing and building automation.

You can find out more about EpiData at https://epidata.io.

Installation and Launch

  • Docker Container: The epidata-community docker image is available as a stand-alone package with all code and required components. To build and start a docker container, simply execute the command shown below (replacing 'epidata123' with a custom token):

    • docker run -p 443:443 -it -e token=epidata123 epidataio/epidata-community:0.11.0

    Below are other useful docker commands:

    • Pull the docker image:
      • docker pull epidataio/epidata-community:0.11.0
    • List all docker containers:
      • docker ps -a
    • Stop a docker container:
      • docker stop <container_id>
    • Start a stopped docker container:
      • docker start <container_id>
    • Start epidata application on a running docker container:
      • docker exec -it <container_id> ./epidata-start.sh -p 443:443
  • Installation Scripts: One can also set up EpiData platform by following the installation and launch scripts available in epidata-install repository. We recommend cloning epidata-community repository to epidata folder within ubuntu user's home directory (/home/ubuntu).

Configuration

  • Authentication: Access to EpiData platform is managed via tokens and OAuth 2 authorization (with GitHub). The configuration settings for tokens are available in play/conf/application.conf, and OAuth 2 are available in play/conf/securesocial.conf. Authenticated users can be added to the system manually via Cassandra's CQL commands.

  • Measurement Class: EpiData platform can be configured to operate on 'sensor measurement' or 'automated test' data. To enable sensor measurement data, play's application.conf must set measurement-class to sensor_measurement. In addition, spark's spark-defaults.conf must set spark.epidata.measurementClass to sensor_measurement. To enable automated test data, play's application.conf must set measurement-class to automated_test. In addition, spark's spark-defaults.conf must set spark.epidata.measurementClass to automated_test.

Usage

After launch, EpiData platform is ready to ingest and process sensor data. To access ingestion scripts and Jupyter Notebook tutorial, you can visit https://<epidata_url>, where epidata_url is the url for the server hosting EpiData platform.

Resources

EpiData community-edition is managed via this GitHub repository site. For enterprise support and services, please contact the EpiData Team via https://epidata.io.

epidata-community's People

Contributors

alexlu83 avatar knguyen2206 avatar legendaryfu avatar marinalinn6 avatar rohithn1 avatar rsunku avatar s-rsunku avatar samarth-bhutani avatar srinibadri avatar sshingade2002 avatar sushi-aa avatar xiaolingpang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.