Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们希望为我们的一些客户提供从我们的中央数据库读取数据的选项。数据是实时的,每隔几秒钟就会添加新记录。我们的数据库是在 Amazon RDS 上运行的 MySQL。
我想知道这样做的常见做法是什么。
一种选择是让他们从特定表中进行选择,在这种情况下,他们也可以访问其他客户的数据。
我曾尝试搜索数据库、接口、API 关键词和其他一些关键词,但我找不到一个好的答案。
谢谢!
使用 REST 公开特定表以执行 CRUD 操作。您也可以控制对它的访问。