Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 18, 2023
1 parent 0d5eade commit 313983b
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 159 deletions.
49 changes: 23 additions & 26 deletions docs/historic-context-flume.md
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,6 @@ To leave the Postgres client and leave interactive mode, run the following:

You will then return to the command-line.


## ElasticSearch - Persisting Context Data into a Database

To persist historic context data into an alternative database such as **ElasticSearch**, we will need an additional
Expand Down Expand Up @@ -1150,34 +1149,33 @@ curl -X GET 'localhost:9200/_sql?format=json' \
"type": "datetime"
}
],
"rows": [
[
"TimeInstant",
"DateTime",
"2023-08-14T14:16:48.154Z",
"supportedProtocol",
"Text",
"[\"ul20\"]",
"Motion:001",
"Motion",
"2023-08-14T14:16:48.154Z"
],
[
"TimeInstant",
"DateTime",
"2023-08-14T14:16:48.154Z",
"function",
"Text",
"[\"sensing\"]",
"Motion:001",
"Motion",
"2023-08-14T14:16:48.154Z"
"rows": [
[
"TimeInstant",
"DateTime",
"2023-08-14T14:16:48.154Z",
"supportedProtocol",
"Text",
"[\"ul20\"]",
"Motion:001",
"Motion",
"2023-08-14T14:16:48.154Z"
],
[
"TimeInstant",
"DateTime",
"2023-08-14T14:16:48.154Z",
"function",
"Text",
"[\"sensing\"]",
"Motion:001",
"Motion",
"2023-08-14T14:16:48.154Z"
]
]
]
}
```


## MySQL - Persisting Context Data into a Database

Similarly, to persisting historic context data into **MySQL**, we will again need an additional container which hosts
Expand Down Expand Up @@ -1711,7 +1709,6 @@ same for each database. The response will be **201 - Created**.

To read persisted data from the attached databases, please refer to the previous sections of this tutorial.


<script>
function formatDate(date) {
var d = new Date(date),
Expand Down
1 change: 0 additions & 1 deletion docs/time-series-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,6 @@ The final result can be seen below:

![](https://fiware.github.io/tutorials.Time-Series-Data/img/grafana-result.png)


<script>
function isoDate(){
const date = new Date();
Expand Down
Loading

0 comments on commit 313983b

Please sign in to comment.