featurebase/qa/scripts/delete/schema.json
souhailanoor b82375bca2
Tremor delete test scripts (#1974)
- terraform scripts to set up cluster
- cloud-formation scripts to set up cluster
- set up ingest node with kafka server and datagen
- set up second ingest node with molecula-consumer-kafka-static
- set up datadog in all nodes (ingest + featurebase)
- set up script to execute different queries
- only run delete test on schedule
2022-05-05 10:25:35 -05:00

44 lines
712 B
JSON

[
{
"name": "uuid",
"path": [
"uuid"
],
"type": "string"
},
{
"name": "type",
"path": [
"type"
],
"type": "id"
},
{
"name": "segid",
"path": [
"slice"
],
"type": "ids",
"config": {
"quantum": "D"
}
},
{
"name": "timestamp",
"path": [
"ts"
],
"type": "recordTime",
"config": {
"granularity": "s",
"unit": "ms"
}
},
{
"name": "lastupdated",
"path": [
"lastupdated"
],
"type": "id"
}
]