#
historian
Here are 17 public repositories matching this topic...
The Open Source Time-Series Data Historian
-
Updated
Jun 23, 2022 - TypeScript
Find primary sources online and learn how to research history digitally.
awesome
history
awesome-list
digital-humanities
humanities
historian
dh
digital-history
historical-sciences
-
Updated
Jun 26, 2022 - HTML
A flexible data historian based on InfluxDB, Grafana, MQTT and more. Free, open, simple.
visualization
python
mqtt
m2m
influxdb
time-series
grafana
telemetry
twisted
internet-of-things
open-data
iot-platform
multi-channel
mosquitto
scada
wamp-protocol
daq
sensor-network
historian
multi-protocol
-
Updated
Jun 1, 2022 - Python
A Game Development Toolkit for Historians
-
Updated
Feb 25, 2018 - C#
A time series database for any data
-
Updated
Jun 26, 2022 - C++
big data timeseries historian
-
Updated
Feb 17, 2022 - Jupyter Notebook
GUI and command line application for downloading large data volumes from PI Historian
-
Updated
Mar 2, 2021 - C#
Experimental bash completion for historian
-
Updated
Feb 11, 2018 - Shell
Fully automated provisioning for a modern historian stack
ansible
docker-compose
terraform
grafana
telegraf
grafana-dashboard
historian
opcua-server
influxdb2
portainer-ce
-
Updated
Aug 22, 2021 - Jinja
-
Updated
Jun 19, 2022 - HTML
Storing and presenting measurement data
automation
sql
big-data
home
sqlite
graphs
data-storage
bigdata
labview
data-acquisition
mes
scada
dcs
daq
historian
scada-historian
tdms
-
Updated
Apr 23, 2022 - LabVIEW
Improve this page
Add a description, image, and links to the historian topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the historian topic, visit your repo's landing page and select "manage topics."
Use case:
Get the total duration over many events. Something like
select sum(age(ended, started)) from myeventsorselect sum(ended - started) from myevents- depending on crate/crate#12479See https://github.com/crate/crate/blob/dc3ce297b1597d482949a2e57479890feb3adbf4/server/src/main/java/io/crate/execution/engine/aggregation/impl/SumAggregation.java#L67