Viewing profile — Puchaczov
Puchaczov
HN member- Joined
- Fri, Jul 20, 2018, 7:36 PM UTC
- HN karma
- 48
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About Puchaczov
Recent public activity
-
comment
Comment #48087033
interesting idea!
-
comment
Comment #48086929
[dead]
-
comment
Comment #42485919
Thanks! Would love to hear about your specific support scenarios :)
-
comment
Comment #42468943
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 …
-
comment
Comment #42459128
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 …
-
comment
Comment #42458929
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 extra…
-
comment
Comment #42458866
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 furth…
-
comment
Comment #42458847
Do you have something specific in your mind? I would love to hear that! Unexpected approach is what driving me usually
-
story
Show HN: Musoq – Query Anything with SQL Syntax (Git, C#, CSV, Can DBC)
Hey, For those of you who don't know my little tool Musoq, I wanted to introduce it as a small tool that allows you to query with SQL-like syntax without any database. It allows yo…
- story
- story
- story
- story
- story
-
comment
Comment #17821576
Can you say something more? How you earn moneys here? What's your business model?
-
comment
Comment #17579641
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 q…
-
comment
Comment #17579066
I wasn't aware of that, thank you! I was targeting to be succesor of LogParser more :)
-
comment
Comment #17578949
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/Puch…
-
comment
Comment #17578923
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 in…
-
comment
Comment #17578835
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
- story