2025-02-11 17:43:36 +00:00
2024-12-13 14:48:33 +00:00
2025-02-06 13:23:20 +00:00
2025-02-06 13:18:31 +00:00
2024-12-13 14:48:33 +00:00
2024-12-13 14:48:33 +00:00
2025-02-11 17:39:48 +00:00
2024-12-13 14:48:33 +00:00
2025-02-11 17:43:36 +00:00
2024-11-21 14:09:45 +00:00
2024-12-13 14:48:33 +00:00
2025-01-15 12:22:00 +00:00
2025-01-15 12:24:54 +00:00
2024-10-28 13:38:50 +00:00
2024-10-28 13:38:50 +00:00
2025-01-15 12:52:00 +00:00

Q3 Quick Querying of Qubes

Warning

This project is under development and not yet feature complete or tested.

Warning

This project is BETA and will be experimental for the forseable future. Interfaces and functionality are likely to change, and the project itself may be scrapped. DO NOT use this software in any project/software that is operational.

This repostitory contains a collection of components designed to deliver user friendly cataloging for datacube data. The STAC Server, Frontend and a periodic job to do tree compression can be deployed together to kubernetes using the helm chart. Thise deployment can then be accessed either via the Query Builder Web interface or the python client.

📦 Components Overview

🚀 Qubed STAC Server

FastAPI STAC Server Backend

  • 🌟 Implements our proposed Datacube STAC Extension.
  • 🛠️ Allows efficient traversal of ECMWF's datacubes.
  • Part of the implementation of this is 🌲 Tree Compressor, a compressed tree representation optimised for storing trees with many duplicated subtress.
  • 🔗 Live Example.

🌐 Qubed Web Query Builder

Web Frontend

  • 👀 Displays data from the STAC Server in an intuitive user interface.
  • 🌍 Try the Live Demo.

TODO: 🐍 Qubed Python Query Builder

Python Client


🚀 Deployment Instructions

Deploy all components to Kubernetes using the provided Helm Chart.


🛠️ Future Enhancements

  • Intgration Query Builder Web with Polytope to contruct a full polytope query.
  • A JS polytope client implementation to allow performing the polytope query and getting the result all in the browser.

Description
A data structure for efficiently representing and querying complex-tree datacubes.
Readme 1.9 MiB
Languages
Python 74.4%
Rust 13.4%
JavaScript 6.2%
CSS 2.8%
HTML 2.4%
Other 0.8%