Live data from Hacker News

Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

github.com

1–10 of 63 posts

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#2
Hey, I'm Johannes - one of the maintainers of refinery. Thanks Jonathan for sharing!!

Would be super excited if you guys have any feedback. It's nowhere near perfect yet, but you can already use it to build some great data-centric use cases. Amongst others for sentiment analysis, conversational AI or finetuning of your embeddings (which you can check out here: https://github.com/code-kern-ai/refinery-sample-projects).

Let me know what you think :)

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#3
Hey, you mention that it is open-source but I cannot actually see the source code in that repo.

EDIT: I can some sources in other repo of the same org, for instance: https://github.com/code-kern-ai/refinery-ui so it's just a matter of making it easy for dev to navigate the code.

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#5

Microsoft has a fork of VS Code called Azure Data Studio. It's made for DB queries and notebooks: https://github.com/Microsoft/azuredatastudio

Followup: Is there a VSCodium equivalent for that (reproducible build, no tracking)

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#6

Microsoft has a fork of VS Code called Azure Data Studio. It's made for DB queries and notebooks: https://github.com/Microsoft/azuredatastudio

Followup: Is there a VSCodium equivalent for that (reproducible build, no tracking)

I think there isn't, and if there is it would be illegal:

> You may not sublicense the Software Code or any use of it

https://github.com/microsoft/azuredatastudio/blob/main/LICEN...

Re: Show HN: If VS Code had a data-centric IDE sibling, what would that look like?

#8

Hey, you mention that it is open-source but I cannot actually see the source code in that repo. EDIT: I can some sources in other repo of the same org, for instance: https://github.com/code-kern-ai/refinery-ui so it's just a matter of making it easy for dev to navigate the code.

Hi Ruben,

you can take a look at our architecture overview here: https://github.com/code-kern-ai/refinery#-architecture

A bit below it, you find a table with the links to all repositories. All of them are open-source. But thanks for the feedback, I'll try to make it a bit easier to understand! I appreciate that! :)

Post reply on HN