Skip to content

IoT time-series data poller application written in Go which saves the data to persistent storage

License

Notifications You must be signed in to change notification settings

mikaponics/mikapod-soil-poller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mikapod Poller

Go Report Card

Overview

The purpose of this application is to poll time-series data from our Mikapod Soil Reader application and save it to the Mikapod Storage application. The interval of time is every one minute.

Prerequisites

You must have the following installed before proceeding. If you are missing any one of these then you cannot begin.

  • Go 1.15

Installation

  1. Please visit the Mikapod Soil (Arduino) device repository and setup the external device and connect it to your development machine.

  2. Please visit the Mikapod Soil Reader repository and setup that application on your device.

  3. Please visit the Mikapod Storage repository and setup that application on your device.

  4. Download the source code, build and install the application.

    GO111MODULE=on go get -u github.com/mikaponics/mikapod-soil-poller
    
  5. Run our application.

    mikapod-soil-poller
    
  6. If you see a message saying Poller is now running then the application has been successfully started.

License

This application is licensed under the BSD license. See LICENSE for more information.

About

IoT time-series data poller application written in Go which saves the data to persistent storage

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages