Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Puchaczov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Puchaczov
4mo ago
interesting idea!
2.
▲
by
Puchaczov
2y ago
Thanks! Would love to hear about your specific support scenarios :)
3.
▲
by
Puchaczov
2y ago
You actually don't need any special type system or complex infrastructure for this. Each data source can handle its own data representation and operations. For GIS data, you could create a plugin that naturally handles spatial operatio
4.
▲
by
Puchaczov
2y ago
I see it a bit that way: while osquery focuses on OS-level queries and steampipe on cloud services, Musoq is more developer-centric, I'm using it like swiss army knife for various thing, something like sed or grep. You can ofcourse cre
5.
▲
by
Puchaczov
2y ago
Thanks! It would be great to ask what kind of usage you have in mind? I've currently been using the Roslyn plugin mainly with the engine repository itself because it helps me extract queries from tests, I use it in combination with GPT
6.
▲
by
Puchaczov
2y ago
You can query with --format [raw|csv|json|interpreted_json] This will output pure json or csv. This way you can use other tools like jq, grep, csvtoolkit or whatever you need further process your data. to dig deeper, just look at: https:&#
7.
▲
by
Puchaczov
2y ago
Do you have something specific in your mind? I would love to hear that! Unexpected approach is what driving me usually
8.
▲
Show HN: Musoq – Query Anything with SQL Syntax (Git, C#, CSV, Can DBC)
(github.com)
56 points
by
Puchaczov
2y ago
|
15 comments
9.
▲
Show HN: Musoq, SQL like language with LLM experimental integrations
(github.com)
1 points
by
Puchaczov
3y ago
|
0 comments
10.
▲
My little articles about tool I'm creating
(puchaczov.github.io)
2 points
by
Puchaczov
6y ago
|
0 comments
11.
▲
Analyzing space consumption on partition with Windows and SQL
(puchaczov.github.io)
1 points
by
Puchaczov
7y ago
|
0 comments
12.
▲
Show HN: Musoq – SQL for various data sources
(puchaczov.github.io)
1 points
by
Puchaczov
7y ago
|
0 comments
13.
▲
by
Puchaczov
8y ago
Can you say something more? How you earn moneys here? What's your business model?
14.
▲
by
Puchaczov
8y ago
This post will be a bit long, sorry for that :) Mostly, I'm using it for ad-hoc querying as it allows for semi-automatic columns detection. For example, my bank account file I am querying shows how I'm spending my moneys. It looks
15.
▲
by
Puchaczov
8y ago
I wasn't aware of that, thank you! I was targeting to be succesor of LogParser more :)
16.
▲
by
Puchaczov
8y ago
look here: https://github.com/Puchaczov/Musoq/wiki/Plugins You can also look how implemented are default plugins, especially flat file one, it's pretty easy https://github.com/Puchaczov&#
17.
▲
by
Puchaczov
8y ago
Haven't looked at that, Looks very promising! I was creating Musoq to get rid of scripting such things. Can't find is it possible to parametrize easily the table you are connect into
18.
▲
by
Puchaczov
8y ago
Easily accessible thing you can do is to write a plugin that takes data from database or databases and combine them with the second plugin that gets data from your rest api
19.
▲
Show HN: Musoq – Use SQL on various data sources
(github.com)
71 points
by
Puchaczov
8y ago
|
14 comments