Giter Site home page Giter Site logo

Build Status Build Solution

Kiotlog Platform Microservices

Running Kiotlog plaform

Clone repo

Clone this repository and move in

$ git clone --recurse-submodule https://github.com/kiotlog/kiotlog
$ cd kiotlog

Build microservices

Use provided docker-compose.yml to build Kiotlog microservices Docker images:

$ docker-compose build

Prepare Kiotlog services deployment

In order to run the Kiotlog platform, you need at least pre-configured instances for PostgreSQL (both for devices/sensors catalog and data points timeseries) and EMQ (for MQTT and MQTT-SN). The Dockerfiles repository contains base configurations and Dockerfiles for building and deploying PostgreSQL with preloaded Kiotlog DB schema, EMQ with pre-configured MQTT-SN plugin, and other services (Grafana, Node-Red, InfluxDB).

Istructions

  1. Build Kiotlog microservices as per previous paragraphs.

  2. Change to upper directory and pull Kiotlog Dockerfiles.

    $ cd ..
    $ git clone https://github.com/kiotlog/dockerfiles
    $ cd dockerfiles
    
  3. Follow istructions at Dockerfiles/Readme.md to create the Kiotlog deploying environment.

  4. Run Kiotlog platform

    $ docker-compose -f docker-compose.local.yml up -d
    $ docker-compose logs -f
    
  5. Platform will start receiving data from Kiotlog test devices via The Things Network.

  6. Connect to Local Grafana and create your dashboard or import the demo dashboard provided at Dockerfiles/grafana/Kiotlog Demo.json.

Configuring Kiotlog for SigFox (HTTP) and LoRaWAN (MQTT)

Please, go to Wiki.

Kiotlog's Projects

kiotlog icon kiotlog

Kiotlog is a platform for IoT developers to create Internet of Things applications based on LPWAN protocols.

kiotlogdb icon kiotlogdb

PostgreSQL backend for Kiotlog Devices Catalog

rsmb icon rsmb

Really Small Message Broker, MQTT and MQTT-SN broker.

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.