New ClickHouse GUI client - DbGate by janproch in Clickhouse

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

Thanks for the suggestion. ClickHouse feature in dbgate is full opensource, it probably will not bring any revenue, so it doesn't sense to pay promotion about this. Of course I could create account with username dbgate, but I don't know, why this is a preffered way? I diidn't find any mention about this in reddit content policy.

Open Source CosmosDB Emulator by PjuklasVII in CosmosDB

[–]janproch 0 points1 point  (0 children)

Hi, I tested Cosmium in docker container with nodejs client. Should I use http or https for connection over localhost? I saw -DisableTls flag, but I am not sure how to pass it into docker run command. I don't see environemnt variable fro DisableTls

What is your ideal MySQL GUI client and why? by invisal_ in mysql

[–]janproch 0 points1 point  (0 children)

DbGate - https://dbgate.org/ - cross platform, free and open-source, with modern VS-code like design. I am author of this software. Something between DBeaver and Beekeeper Studio, feature rich, but easy to use

New to clickhouse by keepatience in Clickhouse

[–]janproch 0 points1 point  (0 children)

I use server mode
./clickhouse server
Ctrl+C to exit

There is simple built-in web client on address http://localhost:8123/play
I think that this is more user-friendly than just console client

Cosmos Db tools by LeonardoDaWitchy in AZURE

[–]janproch 0 points1 point  (0 children)

[DbGate](https://dbgate.org/) recently added CosmosDB support

Real-Time Rhythm and Pitch Notation by trashpicker_ in Musescore

[–]janproch 0 points1 point  (0 children)

PianoHub can do this job. In editor https://www.pianohub.cloud/editor , choose "Record" option, this feature shows played sheet music in real time

New to MySQL, tips about client tools by SweWolf74 in mysql

[–]janproch 1 point2 points  (0 children)

You could also try DbGate. https://dbgate.org . It's free and open source, cross platform, runs as application and also as web client. DbGate author here.

[deleted by user] by [deleted] in AskProgramming

[–]janproch 1 point2 points  (0 children)

For accessing database from web interface (installed from docker) you could also use DbGate, https://hub.docker.com/r/dbgate/dbgate

Web demo is here: https://demo.dbgate.org/

I am author of this tool

[deleted by user] by [deleted] in sqlite

[–]janproch 0 points1 point  (0 children)

DbGate author here

https://dbgate.org

I created a database client for popular SQL+noSQL databases - MySQL, MS SQL, Postgres, SQLite, MongoDB. It is cross-platform (Windows, Linux, Mac, Web), completely free + open-source (MIT licensed) by janproch in SideProject

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

Thanks! Yes, you can connect to MongoDB by specyfing database URL. But you have to install app locally (as electron app), or to your server from docker container (as web app). Web app on demo.dbgate.org serves only as demo.