TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best way to expose data in an enterprise app?

4 点作者 rakamotog将近 7 年前
Hi all,<p>Our sales and post-sales teams get a lot of questions regarding how can they report (think Tableau) on top of the data generated by the use of our enterprise application. We currently have CSV and Excel exports for a smaller chunk(view) of data, but that seems limited.<p>Now to go forward, there are multiple ways, but it boils down to exposing via API or exposing via a connector (ODBC, JDBC, etc). Correct me if I am wrong here. For B2C, API hands down wins, for B2B, how should we decide which is the best route? If we did go connector route, should we shortlist one or build multiple popular connectors? Did anyone face similar predicament? Any references&#x2F;links are welcome as well!

1 comment

vibhubhola将近 7 年前
Exposing API is the way to go for enterprise as well, however it makes sense to have some sort of API management layer in between (APIGEE, Mulesoft, Dell BOOMi etc) if there are going to be multiple APIs to be exposed.