mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
- 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
44 lines
712 B
JSON
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"
|
|
}
|
|
]
|