Show HN: MistQL, a mini-language for querying JSON-like structures
11–15 of 15 posts
The comparison section should probably include JSONPath, which for example PostgreSQL uses for this.
Re: Show HN: MistQL, a mini-language for querying JSON-like structures
#12i 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
#13Re: Show HN: MistQL, a mini-language for querying JSON-like structures
#14The 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.
Re: Show HN: MistQL, a mini-language for querying JSON-like structures
#15Earlier quoted context omitted.
Couchbase N1QL
I hoped there would be a standalone opensource version of this.
Well, there's this...