TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why don't we take an API-driven approach for our databases as well?

7 pointsby ovaistariqover 2 years ago

2 comments

ovaistariqover 2 years ago
I am the Co-Founder&#x2F;CEO of <a href="https:&#x2F;&#x2F;www.tigrisdata.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tigrisdata.com&#x2F;</a> and the author of this post where I discuss the API-driven approach for databases.<p>We, as developers, love APIs because it means we can concentrate on business logic and hand over other services to others. For example, if the app needs payment processing support, why build my own when I can integrate Stripe through its API?<p>We need to bring the same API-driven approach to databases as well. But it is not just a matter of putting an API layer in front of every database we have. We need to consolidate the everyday database operations such as CRUD, Search and Event Streaming down to a single API layer. This can only be achieved through a cohesively built platform.
评论 #33011020 未加载
samwestdevover 2 years ago
SQL is technically an API.
评论 #33012622 未加载