云内容管理系统
在搜索“云内容管理系统”,例如 http://osmek.com/, 我找不到任何其他 CCMS 可以实现我想要的功能:)
基本上,我需要的是不附加网站前端的内容管理。 只是数据、文档、图像等的基本存储,通过简单的 API 进行访问,例如 Osmek
。仅基于 NoSQL
或 SQL
的服务是不行的,因为可能会附加图像或文档。当然,我希望有一个后端来管理数据(就像典型的 CMS 那样),而无需自己编写后端(如果只是服务)
Osmek
很棒,而且最有效与 Actionscript 3 结合使用非常棒,但我只是在寻找/寻找替代方案(如果有的话)。
我需要这种形式的托管内容管理来管理移动应用程序的内容。 所以问题是:还有其他与您所知道的 osmek 功能相同的东西吗?或者,您如何管理应用程序特定内容?
谢谢!
In search of a 'Cloud Content Management System' like http://osmek.com/,
I could not find a single other CCMS that does what I want it to do :)
Basically, what I need is content management without a website frontend attached.
Just basic storage of data, documents, images, etc. etc. with a simple API to access, like Osmek
. Just NoSQL
or SQL
based services won't do, because there can be images or documents attached. And, ofcourse, I'd like to have a backend to manage the data (like a typical CMS does) without writing a backend myself (if it's just the service)
Osmek
is great, and it works most awesome in conjunction with Actionscript 3
, but I'm just looking / searching for alternatives (if there even are any yet).
I need this form of hosted content management for content-manageing a mobile application.
So the question is: Is there anything else out there that does the same as osmek
that you know of? OR, how do you manage application specific content?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您查看Cloud CMS (http://www.cloudcms.com )。
Cloud CMS 是一个基于 MongoDB 构建的 JSON 内容管理 (CMS) 平台,具有 REST API 和适用于多种语言的驱动程序。您只需放入驱动程序并调用方法即可查询、创建、更新和删除内容。
该平台提供了为移动和 HTML5 应用程序后端提供支持所需的一切 - 从管理内容到管理用户和组、凭据、安全令牌 (OAuth2)、类似 Git 的协作工作区、实时分析、活动、数据转变等等。
一切都在弹性后端的云中运行。它可能比传统的 CMS 更类似于 Parse。您只需调用 API 即可。我们让您只需为您使用的部分付费(几乎就像公用事业),从而降低成本。您只需支付存储和数据传输费用。
免责声明:我是Cloud CMS的创始人之一。因此,就其客观价值而言,我是一个相当糟糕的参考。然而,我们中的一些人过去曾在传统的“ECM”公司工作过,我们认为我们已经建立了一些能够真正击败这些人的东西。
I'd encourage you to take a look at Cloud CMS (http://www.cloudcms.com).
Cloud CMS is a JSON content management (CMS) platform built on top of MongoDB with a REST API and drivers for a variety of languages. You just drop in a driver and call methods to query, create, update and delete content.
The platform provides everything you need to power the back-end for mobile and HTML5 applications - from managing your content to managing users and groups, credentials, security tokens (OAuth2), Git-like collaborative workspaces, real-time analytics, activities, data transformations and more.
Everything runs in the cloud on an elastic back-end. It's probably more akin to Parse than a traditional CMS. You just make calls to the APIs. We keep the costs low by letting you only pay for what you use (almost like a utility). You just pay for storage and data transfer.
Disclaimer: I'm one of the founders of Cloud CMS. So I'm a pretty lousy reference in terms of its objective value. However, a couple of us worked at traditional "ECM" companies in the past and we think we've built something that puts a genuine beating on those guys.