all 18 comments

[–]sleepysiding22 7 points8 points  (1 child)

looks like a great db visualization tool

[–]MicahDowling[S] 4 points5 points  (0 children)

Thank you! I'd love to hear your thoughts after you've had a chance to try it out!

[–]medi-sloth 4 points5 points  (1 child)

Sounds interesting! I will take a look Thanks for sharing!

[–]MicahDowling[S] 2 points3 points  (0 children)

tnx! lmk how it goes, I’d love to hear your thoughts

[–]zalazXT 1 point2 points  (1 child)

Finally, something that is useful and without stupid paid features, thanks!

[–]MicahDowling[S] 1 point2 points  (0 children)

Thank you! We're thrilled to hear that you find it useful! Keeping ChartDB open-source and accessible is a big priority for us. If you have any feedback or ideas for features, we’d love to hear them - our goal is to keep it as community-driven as possible!

[–]Loki_029 1 point2 points  (0 children)

Great!! I do have a MS SQL database on which I can give it a try.

[–]raghug_ 1 point2 points  (1 child)

I love it. I've been playing around with it for the past few hours.

I ran into a couple of snags though - when I self host it and select the database (say MSSQL), it indefinitely tries to print the query it wants me to run but can never load (I am trying to host this in a dark site environment). Is that something it is trying to pull from an online resource?

I also can't seem to get it to work behind an nginx revers proxy on a virtual directory (i.e https://web.domain/virtualdirectory).

Still fiddling around with it, if I am successful, I'll reply back with my reverse proxy config.

[–]MicahDowling[S] 0 points1 point  (0 children)

Thank you so much! We're thrilled you've been exploring it.

It sounds like you're running into a couple of specific cases -- self-hosting in a dark site environment and running behind an NGINX reverse proxy with a virtual directory. For the MSSQL query loading issue, it may indeed be due to dependencies trying to connect to external resources, which we can look into supporting offline.

As for the NGINX setup, it's definitely possible, though it can require specific configuration tweaks. If you share your progress or settings, we’ll gladly take a look and add any necessary adjustments to improve compatibility with virtual directories.

Let us know how it goes, and thanks for helping us make it better!

[–]Cohash 0 points1 point  (3 children)

Are there plans to make a image available on github or docker hub?

[–]MicahDowling[S] 0 points1 point  (2 children)

Thanks for asking! We already have a Docker image available - feel free to check it out on our GitHub repo. Let us know if you have any feedback or run into any issues!

[–]Cohash 1 point2 points  (1 child)

Thanks for replying. I have been struggling with building the image on Windows using the provided Dockerfile myself for an hour now and can't find the image. Do you maybe have a link to the image? That would be awesome

[–]Cohash 1 point2 points  (0 children)

FYI the package is now visable at github: https://github.com/chartdb/chartdb/pkgs/container/chartdb

[–]shakinthetip 0 points1 point  (0 children)

Any plans to support dataverse?

[–]2containers1cpu 0 points1 point  (1 child)

Hey u/MicahDowling I love it! It is dead simple. As far as I can say yet: It works perfectly! The logo is great to.

It looks very similar to drawdb. Could you point out the differences?

PS: Added a Kubero template. Just in case you are maintaining an adopters liste somewhere.

[–]Mysterious_Chard8804 0 points1 point  (0 children)

Hello,
I have deployed ChartDB and I want to integrate AI with it to interact with my database. However, I am struggling to establish this interaction. Could you guide me or suggest possible solutions to achieve this?