https://questdb.io logo
Title
b

Brandon E.

02/15/2023, 9:16 PM
Hi all, thank you for the community meetup it was quite interesting. I have one question, can you share which library are you using for the charts in the metrics section of QuestDB cloud? Thank you in advance :)
a

Amy Wang

02/16/2023, 8:45 AM
I believe it is uPlot - ttps://github.com/leeoniya/uPlot but correct me if this is not right, @Maciej Bodek
m

Maciej Bodek

02/16/2023, 8:47 AM
Indeed!
b

Brandon E.

02/16/2023, 8:51 AM
If you don’t mind, can you share the stack QuestDB is using?
n

Nicolas Hourcard

02/16/2023, 10:12 AM
Hi Brandon, to collect the metrics this is what we do: https://questdb.io/blog/questdb-cloud-metrics-kubernetes/ For the monitoring part :https://questdb.io/blog/2022/12/13/using-prometheus-loki-grafana-monitor-questdb-kubernetes/ We will release a series of articles explaining how we built the cloud service with k8s in due course as well
b

Brandon E.

02/16/2023, 10:33 AM
Hi Nicolas, thank you for sharing this, seems quite interesting, last question, for the cloud version, which frontend framework are you using?
n

Nicolas Hourcard

02/16/2023, 10:37 AM
@Maciej Bodek can share some info !
m

Maciej Bodek

02/16/2023, 10:42 AM
Sure. They will be a detailed breakdown coming 🙂, but in general, we’re using NextJS. No major UI framework, leveraging primitives from Radix to build our design system. In fact, we’ve started to gradually offload the UI elements to a separate repository (https://github.com/questdb/ui/), with the overarching goal of importing QuestDB Web Console into the Cloud - this is why we have abstracted it out from the core qdb package as well and moved into its own package.
b

Brandon E.

02/16/2023, 11:56 AM
Thank you @Maciej Bodek! i will check it out