Skip to content
server

GitHub Action

SensorThings Database

v0.1.0 Latest version

SensorThings Database

server

SensorThings Database

Test SensorThings API Database

Installation

Copy and paste the following snippet into your .yml file.

              

- name: SensorThings Database

uses: cgs-earth/sensorthings-action@v0.1.0

Learn more about this action in cgs-earth/sensorthings-action

Choose a version

SensorThings API demo server

Build

This action runs a SensorThings API services using the FROST-Server. This is meant to be used for unit testing only.

Inputs

table

Required The sensorthings table name. Note: The sensorthings table is used to house demo data.

username

Required The database user name.

passsword

Required The database user name.

Outputs

None

The SensorThings API endpoint is availble at http://localhost:8888/FROST-Server.

Example usage

uses: actions/sensorthings-action