https://github.com/dreamfactorysoftware/angular-iot-graph
Graph for IOT db
https://github.com/dreamfactorysoftware/angular-iot-graph
Last synced: 4 days ago
JSON representation
Graph for IOT db
- Host: GitHub
- URL: https://github.com/dreamfactorysoftware/angular-iot-graph
- Owner: dreamfactorysoftware
- Created: 2014-12-19T20:57:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T18:39:47.000Z (over 11 years ago)
- Last Synced: 2025-03-05T00:35:00.656Z (over 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 2
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angular-iot-graph
=================
This DreamFactory app graphs simulated sensor data stored in a database. This data is created by node-red flows using the dreamfactory node type. The app displays all data points created within the last 60 seconds. These are read every 5 seconds from the 'iot' table in your database. By default this is the local MySQL database on your DSP which has the service name 'db'.
iot.dfpkg - A special zip archive containing everything needed to create and run the app. This file can also be imported directly into the Apps section of the admin app. Importing a package file always creates a new app.
iot - The directory for all source files required for the application. Normally this will include all HTML, JavaScript, and CSS.
iot.zip - A zip archive of the source code directory. You can import this file from the Apps section of the admin app to update just the source code for your app.
description.json - Application properties to be used for creating a new application when importing the app as a package file. This file is required.
schema.json - Application schema to be created when importing the app as a package file. The fields are id, created_date, device_id, and temp.