mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2024-12-19 05:07:55 +00:00
23 lines
342 B
Markdown
23 lines
342 B
Markdown
|
This Lambda function will execute every minute to update the predictions in the ElasticSearch database.
|
||
|
|
||
|
|
||
|
Dev notes
|
||
|
--
|
||
|
```
|
||
|
index : predict-YYYY-MM
|
||
|
fields :
|
||
|
serial
|
||
|
type
|
||
|
subtype
|
||
|
|
||
|
datetime
|
||
|
position
|
||
|
altitude
|
||
|
|
||
|
ascent_rate
|
||
|
descent_rate
|
||
|
burst_altitude
|
||
|
descending: bool
|
||
|
landed: bool
|
||
|
data: object
|
||
|
``
|