You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/InfluxDB.md
+59-58Lines changed: 59 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,12 @@ Simple [InfluxDB] wrapper for [Espruino].
10
10
11
11
InfluxDB is an open-source time series database developed by InfluxData. It is written in Go and optimized for fast, high-availability storage and retrieval of time series data in fields such as operations monitoring, application metrics, Internet of Things sensor data, and real-time analytics. It also has support for processing data from Graphite.
12
12
13
-
## Requirement
13
+
Requirement
14
+
-----------
14
15
1- InfluxDB working server, see [installation] guide.
15
16
16
-
## Usage
17
-
17
+
Usage
18
+
-----
18
19
1- Configuration
19
20
```
20
21
// InfluxDB configuration
@@ -51,8 +52,8 @@ influxDB.query(query);
51
52
console.log("Database created");
52
53
```
53
54
54
-
## Example
55
-
55
+
Example
56
+
-------
56
57
1- Setup InfluxDB on Espruino.
57
58
58
59
2- Create a new InfluxDB database (from Espruino).
0 commit comments