Skip to content

Persistent storage application for IoT device which is accessible over RPC

License

Notifications You must be signed in to change notification settings

mikaponics/mikapod-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mikapod Storage

Go Report Card

Overview

The purpose of this application is to provide a local database tailored for storage of data for a Mikapod-Soil device and be accessible with remote procedure calls (RPC). The available operations are as follows:

  • Create time-series datum

  • List Time Series Data

  • Delete time series data

Prerequisites

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

  • Go 1.15.6

Installation

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

    GO111MODULE=on go get -u github.com/mikaponics/mikapod-storage
    

Usage

Run our application.

```
mikapod-storage serve
```

View the latest records

```
mikapod-storage print --lines 100
```
  1. You now should see a message saying Started storage service then the application is running.

License

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

About

Persistent storage application for IoT device which is accessible over RPC

Topics

Resources

License

Stars

Watchers

Forks

Packages