Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
devj
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
61.
▲
Istio – An open platform to connect, manage, and secure microservices
(istio.io)
2 points
by
devj
9y ago
|
0 comments
62.
▲
by
devj
9y ago
How is it different from Envoy?
63.
▲
by
devj
9y ago
Considering the popularity of APIs, has anybody felt the need for a Accept-Version header?
64.
▲
by
devj
9y ago
In our experience, API versioning hits a roadblock in three cases: 1. Mandatory new field. 2. Field is split. For example, address field is now divided into street1 and street2. 3. Change in datatype. In the above three cases, we had to fo
65.
▲
by
devj
9y ago
Thanks @rorygibson. Yes, that design will definitely work. Just one doubt: Are you syncing data between ES and PSQL for common entities like users? If yes, how are you doing it?
66.
▲
by
devj
9y ago
Completely agree. But in the above case, the structure of third party service API will always change and each change may require a migration. I worked on a similar problem in my last stint and used Postgres. Here I opted for predefined fiel
67.
▲
by
devj
9y ago
For a product like yours, don't you think a NoSQL solution would be a better fit? If yes, why didn't you opt for it? If no, then why(especially considering the fact that your schemas are always in a state of flux)? PS: This is und
68.
▲
by
devj
9y ago
Lot of comments indicate that the code authors regret making their code open source because somebody rebranded their code or sold it and made money. You always had a choice to stop development in the early stages and: 1) Make it proprietary
69.
▲
by
devj
9y ago
As a newbie to functions, serverless and Spring ecosystem, I got a few doubts: 1. Does it support other languages? If not, is it in the roadmap? 2. Can we expose it to our users so that they can create custom logic? If yes, how do we ensure
70.
▲
Moqui Framework – Open Source ERP Software
(moqui.org)
3 points
by
devj
9y ago
|
0 comments
71.
▲
Ask HN: Any open source drag and drop app(web/mobile) builder?
2 points
by
devj
9y ago
|
1 comments
72.
▲
by
devj
10y ago
Wondering why they aren't using their own data format(Amazon Ion - https://amznlabs.github.io/ion-docs/spec.html ) instead of JSON.
73.
▲
by
devj
10y ago
IBM JSONata is another open source alternative. Check it out: https://developer.ibm.com/open/jsonata/