Skip to content

cgs-earth/sensorthings-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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