HackerTrans
トップ新着トレンドコメント過去質問紹介求人

aiobe

no profile record

投稿

[untitled]

1 ポイント·投稿者 aiobe·7 か月前·0 コメント

Thymeleaf Component Dialect

github.com
2 ポイント·投稿者 aiobe·昨年·0 コメント

Fast Git Handover with Mob

mob.sh
3 ポイント·投稿者 aiobe·2 年前·0 コメント

Show HN: Data Contract CLI – Test your datasets

github.com
1 ポイント·投稿者 aiobe·2 年前·0 コメント

Compacted State Feeds

innoq.com
1 ポイント·投稿者 aiobe·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 aiobe·3 年前·0 コメント

Data Contract Specification: Like OpenAPI, but for Data

datacontract.com
1 ポイント·投稿者 aiobe·3 年前·0 コメント

Data Contract Specification

datacontract.com
3 ポイント·投稿者 aiobe·3 年前·0 コメント

Show HN: Data Mesh Manager – Manage data products and agree on data contracts

datamesh-manager.com
7 ポイント·投稿者 aiobe·3 年前·0 コメント

What Is a Data Product?

datamesh-manager.com
2 ポイント·投稿者 aiobe·3 年前·0 コメント

How AI will replace my job

innoq.com
2 ポイント·投稿者 aiobe·3 年前·0 コメント

How I regained concentration and focus

innoq.com
671 ポイント·投稿者 aiobe·4 年前·415 コメント

Data Mesh Architecture

datamesh-architecture.com
128 ポイント·投稿者 aiobe·4 年前·45 コメント

Data Mesh from an Engineering Perspective

datamesh-architecture.com
4 ポイント·投稿者 aiobe·4 年前·0 コメント

HTTP Feeds

http-feeds.org
1 ポイント·投稿者 aiobe·5 年前·0 コメント

コメント

aiobe
·5 か月前·議論
what was the instruction to write and promote this post?
aiobe
·2 年前·議論
very good article
aiobe
·4 年前·議論
Correct. No fixed sized pages, but dynamic batches based on the lastEventId.

This is much easier to implement, both in server and client side, and it greatly removed the amount of data transferred. With fixed pages you would return content of the latest page for every poll request until it is "full".
aiobe
·4 年前·議論
A few issues with message brokers, esp. in the system-to-system integration:

- Security: In B2B scenarios or public APIs would you open your broker to the WWW? HTTP has a solid infrastructure, including firewalls, ddos defence, API gateways, certificate management, ... - Organisational dependencies: Some team needs to maintain the broker (team 1, team 2, or a third platform team). You have a dependency to this team, if you need a new topic, user, ... Who is on call when something goes wrong? - Technology ingestion: A message broker ingests technology into the system. You need compatible client libraries, handle version upgrades, resilience concepts, learn troubleshooting...
aiobe
·4 年前·議論
Hi! I am the author of http-feeds.org. Thank you for your feedback.

For this spec I aimed to keep it as simple as possible. And plain polling-based JSON Endpoints are the most simple and robust endpoints IMHO.

If you need, you could implement an SSE representation on the server endpoint by prober content negotiation.

The main reason, why I dropped SSE it the lack of proper back pressure, i.e. what happens when a consumes slower than the server produces messages. Plus, it is quite hard to debug SSE connections, e. g. no support by Postman and other dev tools. And long lasting HTTP connections are still a problem in todays infrastructure. E. g. there is currently no support for SSE endpoints in Digital Ocean App Platform, and I am not sure about them in Google Cloud Run.

Overall, plain GET endpoints felt much simpler.
aiobe
·4 年前·議論
Have a look at https://www.datamesh-architecture.com

Using icons makes a difference. created with draw.io sloppy style.