Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aeberhart
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
aeberhart
5mo ago
Interesting analysis! Do you also have insights into which JSON Schema constructs are used most often in that dataset?
2.
▲
Show HN: Local AI stack (Docker, Ollama) that lets you build apps without Python
(github.com)
1 points
by
aeberhart
6mo ago
|
0 comments
3.
▲
by
aeberhart
11mo ago
We wrote an article on this: "JQ vs. JSONata: Language and Tooling Compared". https://dashjoin.medium.com/jq-vs-jsonata-language-and-tooli...
4.
▲
by
aeberhart
3y ago
In a way it's a very basic question, but I really had to search a while...
5.
▲
by
aeberhart
3y ago
* multiple documents in a single stream * any node type can be used as a mapping key * pointers via &anchor and *alias
6.
▲
Good read to find YAML data structures that cannot be expressed in JSON
(11sigma.com)
3 points
by
aeberhart
3y ago
|
3 comments
7.
▲
by
aeberhart
4y ago
Disclaimer: I'm the creator of Dashjoin ( https://github.com/dashjoin/platform ) Implementing the features you mentioned: Once you connect your SQL / NoSQL database, you're immediately able to view, query,
8.
▲
by
aeberhart
5y ago
Great post and really worth reading. Quite shocking insights, for example on the e-waste of BTC: "an average of one whole MacBook Air of e-waste per "economically meaningful" transaction".
9.
▲
by
aeberhart
5y ago
> What do you mean by automate tests? What exactly do you want to test? One of our customers in the public sector builds a Low Code app that performs automated plausibility checks on forms submitted by clients. These checks can be quite
10.
▲
by
aeberhart
5y ago
I agree that once a project gets a bit more complex, these points are very important. In our low code platform ( https://github.com/dashjoin/platform ), you end up writing several JSONata ( https://jsonata.org&
11.
▲
by
aeberhart
5y ago
I think so too. JSON Schema enables very useful tooling such as validation, Swagger-style UIs for interacting with services, or declarative web forms that people would have to build again and again.
12.
▲
by
aeberhart
5y ago
There certainly are some similarities, but I think JSON-LD and and JSON Schema solve different problems. You might find this article helpful (I ended up writing this after being confused by the various standards in this space): https:/
13.
▲
by
aeberhart
5y ago
A question that can only be answered with "it depends..." :) You might be able to simplify some of the queries using recursive SQL: https://en.wikipedia.org/wiki/Hierarchical_and_recursive_que... Neo4J is a v
14.
▲
by
aeberhart
5y ago
Thanks! No, $doc2data is not a standard function. JSONata allows you to define your own functions ( https://docs.jsonata.org/embedding-extending#expressionregis... ). JSONata is great for transformation and we added functions
15.
▲
Show HN: Graphical ETL Based on JSONata
(youtube.com)
3 points
by
aeberhart
5y ago
|
3 comments
16.
▲
by
aeberhart
5y ago
Dashjoin is an open source platform that allows you to easily extract, load, and transform (ETL) data into a database of your choice. We use JSONata, a powerful JSON query and mapping language, in conjunction with a graphical mapping editor
17.
▲
Show HN: Graphical SQL Editor
(youtube.com)
3 points
by
aeberhart
5y ago
|
2 comments
18.
▲
by
aeberhart
5y ago
We scan the DB schema and suggest possible joins. The platform also supports basic CRUD operations using forms powered by JSON Schema. Would love to hear your feedback! Github: https://github.com/dashjoin/platform
19.
▲
by
aeberhart
5y ago
Here's the Wikipedia definition: A low-code development platform (LCDP) provides a development environment used to create application software through a graphical user interface instead of traditional hand-coded computer programming. S
20.
▲
Low Code as the Basis for Your Data and Application Strategy
(medium.com)
1 points
by
aeberhart
5y ago
|
2 comments
21.
▲
by
aeberhart
6y ago
Thanks for the link to the discussion on Github. I don't think it is a good idea to rely on inference (owl:sameAs) for something as basic as foaf:name vs. rdfs:label vs. schema:name, ... I have not used JSON API yet but it is cool to s
22.
▲
by
aeberhart
6y ago
With your first point, you are talking about versioning (switching to a new IRI while keeping the old one for compatibility)? I agree that there probably is no value in using JSON-LD for an application that was built without LD in mind. Reg
23.
▲
JSON Schema, Schema.org, JSON-LD: What’s the Difference?
(medium.com)
3 points
by
aeberhart
6y ago
|
4 comments
24.
▲
by
aeberhart
6y ago
The problem is the support matrix which is crazy in this area. I think ServiceNow did pretty well without having too many adapters (of course now they have quite a few - https://docs.servicenow.com/bundle/orlando-it-ope
25.
▲
Show HN: Declarative Angular Forms with JSON Schema
(github.com)
3 points
by
aeberhart
6y ago
|
1 comments
26.
▲
by
aeberhart
6y ago
Not the first of its kind but it is lightweight (<1000 loc), renders compact forms, and supports Draft 06