Live data from Hacker News

Viewing profile — Puchaczov

Puchaczov

HN member
Joined
Fri, Jul 20, 2018, 7:36 PM UTC
HN karma
48
Public activity
21 items

About Puchaczov

.NET developer, loves to automate things.

Recent public activity

  1. comment
    Comment #48087033

    interesting idea!

  2. comment
  3. comment
    Comment #42485919

    Thanks! Would love to hear about your specific support scenarios :)

  4. 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 …

  5. 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 …

  6. 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…

  7. 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…

  8. comment
    Comment #42458847

    Do you have something specific in your mind? I would love to hear that! Unexpected approach is what driving me usually

  9. 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…

  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #17821576

    Can you say something more? How you earn moneys here? What's your business model?

  16. 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…

  17. comment
    Comment #17579066

    I wasn't aware of that, thank you! I was targeting to be succesor of LogParser more :)

  18. 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…

  19. 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…

  20. 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

  21. story