Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adamlouis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
adamlouis
5y ago
Thank you! Appreciate it! Glad you noticed some of the details. I didn't intentionally model the Mongo query language. Some requirements were: - JSON-based: so I did not have to parse the query - Easy to extend: so I could add new oper
2.
▲
by
adamlouis
5y ago
Nice! The nested explorer you have there is REALLY slick. Great work! This is something I had been thinking about - when dealing w/ normalized JSON documents, how might I allow exploration of referenced documents? & how might I enc
3.
▲
by
adamlouis
5y ago
Thanks! Yeah, jsonlogic does not seem THAT popular. A JSON-based solution that looks like an AST means you can skip query parsing & just do generation. I started this project with my own JSON Lisp DSL before going with jsonlogic. In eit
4.
▲
by
adamlouis
5y ago
Thanks for sharing! This is great work. Cool to see it's written in Nim!
5.
▲
by
adamlouis
5y ago
Nice! Thank you! By implementing the the ES API you may then be able to re-use parts of Kibana, Elastalert & other parts of the ES ecosystem ... could be cool!
6.
▲
by
adamlouis
5y ago
Nice! Glad it resonated. Never quite sure how a project like this will land. Thanks for sharing those - will check them out. Interested to see what happens as the size of the dataset grows. I have not looked deeply, but Typesense[1] seems l
7.
▲
by
adamlouis
5y ago
Will look into it - thank you for the tip!
8.
▲
by
adamlouis
5y ago
Thank you for checking it out! Glad to hear it might be useful. Will take a cleanup pass soon - was excited just to ship it.
9.
▲
Show HN: Squirrelbyte – a SQLite-based JSON document server
(squirrelbyte.com)
118 points
by
adamlouis
5y ago
|
31 comments
10.
▲
by
adamlouis
8y ago
Hi! About 6 months ago, I built a Spotify integration to: - save all plays - save all “Discovery Weekly” playlists - save top songs & artists of the last month, 6 months, and all-time & observe how each changes over time This weeken
11.
▲
Show HN: Track Spotify plays, trends and discover weekly (article and app)
(suczewski.com)
3 points
by
adamlouis
8y ago
|
1 comments
12.
▲
by
adamlouis
8y ago
Thank you! Definitely a bit overboard. `returnif` is fun, but there's certainly value in the simplicity of restricted, opinionated syntax (e.g Go).
13.
▲
by
adamlouis
8y ago
Thanks! Agreed on the cost/benefit. Was mostly a fun project to prove out & build a new idea. No plan ahead for this, but always new projects in the pipeline!
14.
▲
Show HN: Returnif – the conditional return statement
(suczewski.com)
9 points
by
adamlouis
8y ago
|
8 comments