Live data from Hacker News

Show HN: MistQL, a mini-language for querying JSON-like structures

mistql.com

11–15 of 15 posts

Re: Show HN: MistQL, a mini-language for querying JSON-like structures

#12
post #4

i dont really like the pipes as a model but congratulations on working to break out of the existing flawed paradigms like sql. at least you have composition.

i'd love to hear more about your thoughts on pipes. Any particular reason they don't sit right with you?

oh, its not the end of the world. thinking on this is I think its that its procedural (how not what). I guess I still really like the notion of programming as unification for this kind of thing.

Re: Show HN: MistQL, a mini-language for querying JSON-like structures

#14

The comparison section should probably include JSONPath, which for example PostgreSQL uses for this.

And jsquery, an extension for searching nested jsonb objects/arrays in postgres.

https://github.com/postgrespro/jsquery

Post reply on HN