2022-01-27 20:26:16 +00:00

34 lines
1007 B
JSON

{
"version": "6.2",
"description": "An open source SQL database designed to process time series data, faster.",
"homepage": "https://questdb.io",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"architecture": {
"64bit": {
"url": "https://github.com/questdb/questdb/releases/download/6.2/questdb-6.2-no-jre-bin.tar.gz",
"hash": "33eef97f93c80157b0e836795c47f4a3ee5c40a614fbc12f0c0988b5e51644ef",
"extract_dir": "questdb-6.2-no-jre-bin"
}
},
"bin": "questdb.exe",
"persist": [
"conf",
"db",
"log"
],
"checkver": {
"github": "https://github.com/questdb/questdb"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/questdb/questdb/releases/download/$version/questdb-$version-no-jre-bin.tar.gz",
"extract_dir": "questdb-$version-no-jre-bin"
}
}
}
}