Skip to content

Commit

Permalink
cube-js Support (#103)
Browse files Browse the repository at this point in the history
* Supports a variety of software

* Update tag

* Support jenkins and Tautulli

* Update N8n, actual and edit tag Drupal

* fix icon

* Cachet Full Support

* Icon Update

* Cube-Js Support

* Update cosmos-compose.json
  • Loading branch information
vncloudsco authored Nov 25, 2023
1 parent f29b1f3 commit a9d9458
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 0 deletions.
37 changes: 37 additions & 0 deletions servapps/Cube-js/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"cosmos-installer": {},
"minVersion": "0.9.0",
"services": {
"{ServiceName}": {
"image": "cubejs/cube:latest",
"container_name": "{ServiceName}",
"restart": "unless-stopped",
"environment": [
"CUBEJS_DEV_MODE=true"
],
"labels": {
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://comos.manhtuong.net/servapps/Cube-js/icon.png"
},
"volumes": [{
"source": "{ServiceName}-Cube-js",
"target": "/cube/conf",
"type": "volume"
}],
"routes": [{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:4000",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
}
}]
}
}
}
9 changes: 9 additions & 0 deletions servapps/Cube-js/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Cube-js",
"longDescription": "<p>Cube was designed to work with all SQL-enabled data sources, including cloud data warehouses like Snowflake or Google BigQuery, query engines like Presto or Amazon Athena, and application databases like Postgres. Cube has a built-in relational caching engine to provide sub-second latency and high concurrency for API requests. < /p>",
"description": "Cube is the semantic layer for building data applications. It helps data engineers and application developers access data from modern data stores, organize it into consistent definitions, and deliver it to every application.",
"tags": ["Automated", "data applications", "self-hosted", "databases"],
"repository": "https://github.com/cube-js/cube/",
"image": "https://hub.docker.com/r/cubejs/cube",
"supported_architectures": ["amd64", "arm64"]
}
Binary file added servapps/Cube-js/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Cube-js/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Cube-js/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Cube-js/screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9d9458

Please sign in to comment.