我可以使用什么工具来轻松管理云数据库(Azure/SimpleDB/等)中的数据?

发布于 2024-10-14 16:55:28 字数 371 浏览 4 评论 0原文

我需要一个云数据库作为移动应用程序的后端,其中大多数都可以满足我的需要,但我还需要一个管理界面(最好基于 Web,但可以是 Windows 客户端),以便轻松执行以下操作:

  1. 在数据库中添加/编辑数据(包括跨表表单)
  2. 数据库报告,最好使用仪表板/图表

所以我想知道是否有人知道基于网络的也可以连接到主云之一-数据库提供程序,允许我设计表单和报告来管理数据库中的数据。我的目标是避免自己编写所有表格和报告,这样我就可以将精力集中在客户端移动应用程序上。

现在我的“最佳”解决方案似乎是 Microsoft Access(可能连接到 Microsoft SQL Azure),我不敢相信我必须降到那么低。把我从这种堕落中拯救出来吗?请? :)

I need a cloud database as a back-end for a mobile app, most of them will do what I need, but I also need a management interface (ideally web-based, but could be a Windows client) that makes it easy to:

  1. Add/edit data in the database (including cross-table forms)
  2. Report on the database, ideally with dashboards/charts

So I'm wondering if anyone is aware of a web-based too that can be hooked up to one of the main cloud-database providers, that allows me to design forms and reports to manage the data in the database. My goal is to avoid writing all the forms and reports myself so I can focus efforts on the client mobile app.

Right now my "best" solution appears to be Microsoft Access (probably hooked up to Microsoft SQL Azure), and I cannot believe I'd have to sink that low. Save me from this depravity? Please? :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

淡淡の花香 2024-10-21 16:55:28

我一直在使用 SDBNavigator。这是一个 Chrome 浏览器插件。就像魅力一样。
“Chrome 网上应用店中的 SDB Navigator”

I've been using SDBNavigator. It's a Chrome browser plugin. Works like a charm.
"SDB Navigator on the Chrome web store"

会傲 2024-10-21 16:55:28

App Engine 数据存储区具有内置的数据存储区查看器(和编辑器)。在 dev_appserver 上,可以通过 /_ah/admin/datastore 进行访问,在生产环境中可以通过应用的管理控制台进行访问。不过,两者都不允许您构建表单和报告 - 报告在某种程度上超出了大多数 NoSQL 数据库的范围。

如果您准备进行一些编码,您可能需要考虑 Django,它使得构建管理界面变得非常简单。

The App Engine datastore has built in datastore viewers (and editors). On the dev_appserver, this is accessible at /_ah/admin/datastore, and in production it's accessible through your app's admin console. Neither one lets you build forms and reports, though - reports are somewhat out of scope for most NoSQL databases.

If you're prepared to do some coding, you might want to consider Django, which makes constructing admin interfaces extremely straightforward.

浅笑依然 2024-10-21 16:55:28

如果您使用的是 SimpleDB,请查看 sdbtool。这是一个火狐浏览器插件。非常简单的应用程序 - 从来没有遇到过问题。

If you're using SimpleDB, check out sdbtool. It's a Firefox plugin. Very simple app - never had a problem with it.

箹锭⒈辈孓 2024-10-21 16:55:28

您可以使用 SDB 资源管理器。 SDB Explorer 是世界领先的用于探索 Amazon SimpleDB 的 GUI。它有许多功能,例如

  1. 将我的 Sql 数据上传到 amazon simpledb。
  2. 支持 AWS IAM 接口。
  3. 导出域。
  4. 产品支持。
  5. 查看更多.. http://www.sdbexplorer.com/

You can use SDB Explorer. SDB Explorer is world leading GUI to explore Amazon SimpleDB. It have many features like --

  1. Upload My Sql data to amazon simpledb.
  2. Supports interface for AWS IAM.
  3. Export Domain.
  4. Product support.
  5. See more .. http://www.sdbexplorer.com/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文