You cannot post messages because only members can post, and you are not currently a member.
Description:
CloudKit is a toolkit for building Open Web applications. This is its Google Group.
|
|
|
Selecting a subset of a collection
|
| |
Hi Jon, I just came across Cloudkit, so maybe I still don't get everything. Congratulations for such a great piece of software, by the way. I was wondering if there is any way to select a subset of a collection. Let's say I want all blog posts whose author name starts with "Jo" or all new products added from January 1st, or all invoices... more »
|
|
Persistent storage
|
| |
I spent a while looking at this group, Cloudkit docs, examples etc.
and -- PLEASE do correct me if I'm wrong! -- I realized that the only
way Cloudkit can persist data to disk seems to be through Tokyo
Cabinet, while some time ago it was also possible to use SQLite or
MySQL...
While I do like Tokyo cabinet, I'm not 100% happy because it's not... more »
|
|
Sub selection of JSON document via URI
|
| |
Is it possible to query the JSON document inside a collection from the
URI?
For example, if I have a collection at: '/data'
And I have the following document: '/data/4b1953c1-7d03-012c-
a18b-4040f67bf8d1'
Which contains the JSON: '{"foo": "bar"}'
How could I perform a GET on a URI like: "/data/4b1953c1-7d03-012c-... more »
|
|
Multiple records / Bulk POST inserts
|
| |
Hi,
Is there any support for multiple records insertion with a single POST
request?
I'm thinking about something like:
$ curl [link] -X POST -d '[ { "name" : "foo" },
{ "name" : "bar" } ]'
Where { "name" : "foo" } and { "name" : "bar" } are 2 different
documents being inserted.... more »
|
|
cloudkit and jruby?
|
| |
Hi,
Does Cloudkit run under JRuby?
Does it have any core binary dependencies that might tie it to MRI ?
|
|
CloudKit openid vs Hancock SSO?
|
| |
Hi,
I was planning to use Hancock SSO in my Sinatra app as Rack Middleware
when I came across CloudKit.
I'm just wondering how you see these two Rack middlewares compare, and
when to choose which, seeing as they both seem to come from the
fertile minds at EngineYard
Thanks for any thoughts... more »
|
|
Production use of cloudkit
|
| |
I'm considering using cloudkit to front some calculated data that gets
updated every once in a while.
There is a large database (j2ee app), of which some subset of records
need certain calculations run on them, and we want to cache the result
of running those calculations and have the cached results get served... more »
|
|
OpenID and Passenger throwing Premature end of script headers
|
| |
Hi,
Passenger is throwing an error when I try and use the built in OpenID
authentication in cloudkit. The error is
"Premature end of script headers: login, referer: [link]"
And the app is simply:
...require 'cloudkit'
contain :notes
Going to "/" works, and going to "/login" works but then the error is... more »
|
|
Nested resources in cloudkit
|
| |
Hi,
I've just started looking at Cloudkit so bear with me if this is a
stupid question. How do you handle nested resources or has_many
relationships between resources in Cloudkit?
Say you have a projects resource and a notes resource and each project
has many notes. What is the best way to set this up?... more »
|
|
CloudKit 0.11.2 Released
|
| |
A patch release for CloudKit is out tonight: version 0.11.2, including
support for Rack 1.0.
From the change log:
- Added Location header for 201s
- Fixed JSON response for DELETE operations
- Updated MD5 dependency for Ruby 1.9 (Andreas Haller)
- Updated spec setup for RSpec 1.2 (Andreas Haller)... more »
|
|
|