<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>CloudKit Google Group</title>
  <link>http://groups.google.com/group/cloudkit</link>
  <description>CloudKit is a toolkit for building Open Web applications. This is its Google Group.</description>
  <language>en</language>
  <item>
  <title>Selecting a subset of a collection</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/961eb24dc2c194e0/884115ac8c50fd3e?show_docid=884115ac8c50fd3e</link>
  <description>
  Hi Jon, &lt;br&gt; I just came across Cloudkit, so maybe I still don&#39;t get everything. &lt;br&gt; Congratulations for such a great piece of software, by the way. &lt;br&gt; I was wondering if there is any way to select a subset of a &lt;br&gt; collection. Let&#39;s say I want all blog posts whose author name starts &lt;br&gt; with &amp;quot;Jo&amp;quot; or all new products added from January 1st, or all invoices
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/961eb24dc2c194e0/884115ac8c50fd3e?show_docid=884115ac8c50fd3e</guid>
  <author>
  yoann.aubin...@gmail.com
  (Yoann Aubineau)
  </author>
  <pubDate>Thu, 21 Jan 2010 17:08:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: [cloudkit] Re: Persistent storage</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/713e0f164f28a587/f75d3ca11fefa914?show_docid=f75d3ca11fefa914</link>
  <description>
  I don&#39;t have a definite date for the next release, but I can give you a &lt;br&gt; snapshot of its progress. The JSON bridge that is being used has been &lt;br&gt; extracted as its own project, published as &amp;quot;snarl&amp;quot; under my user account &lt;br&gt; (jcrosby) on GitHub. The next piece, the JavaScript storage engine, is &lt;br&gt; working with its own in-memory adapter but has not been published because I
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/713e0f164f28a587/f75d3ca11fefa914?show_docid=f75d3ca11fefa914</guid>
  <author>
  jon.r.cro...@gmail.com
  (Jon Crosby)
  </author>
  <pubDate>Mon, 05 Oct 2009 20:22:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: Persistent storage</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/713e0f164f28a587/55fba7dd09b6aa7c?show_docid=55fba7dd09b6aa7c</link>
  <description>
  Much better! Thanks a lot for your reply. I&#39;ll have a look at the &lt;br&gt; jsonquery branch. &lt;br&gt; &lt;p&gt;I guess the next question is... how long till the next release &lt;br&gt; then? :-)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/713e0f164f28a587/55fba7dd09b6aa7c?show_docid=55fba7dd09b6aa7c</guid>
  <author>
  h3r...@gmail.com
  (h3raLd)
  </author>
  <pubDate>Mon, 05 Oct 2009 20:08:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: [cloudkit] Persistent storage</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/713e0f164f28a587/8cc402fe7ae6a5e9?show_docid=8cc402fe7ae6a5e9</link>
  <description>
  This is correct. At one point, CloudKit did use SQLite for the default &lt;br&gt; store, moving to DataMapper for a while so that other databases could be &lt;br&gt; used. &lt;br&gt; &lt;p&gt;The in-memory adapter is the only other one available today, but that will &lt;br&gt; change in the next release. &lt;br&gt; &lt;p&gt;To make this work for the current release, one could either extend the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/713e0f164f28a587/8cc402fe7ae6a5e9?show_docid=8cc402fe7ae6a5e9</guid>
  <author>
  jon.r.cro...@gmail.com
  (Jon Crosby)
  </author>
  <pubDate>Mon, 05 Oct 2009 17:43:08 UT
</pubDate>
  </item>
  <item>
  <title>Persistent storage</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/713e0f164f28a587/bcfe461338c02a12?show_docid=bcfe461338c02a12</link>
  <description>
  I spent a while looking at this group, Cloudkit docs, examples etc. &lt;br&gt; and -- PLEASE do correct me if I&#39;m wrong! -- I realized that the only &lt;br&gt; way Cloudkit can persist data to disk seems to be through Tokyo &lt;br&gt; Cabinet, while some time ago it was also possible to use SQLite or &lt;br&gt; MySQL... &lt;br&gt; &lt;p&gt;While I do like Tokyo cabinet, I&#39;m not 100% happy because it&#39;s not
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/713e0f164f28a587/bcfe461338c02a12?show_docid=bcfe461338c02a12</guid>
  <author>
  h3r...@gmail.com
  (h3raLd)
  </author>
  <pubDate>Sun, 04 Oct 2009 17:20:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: [cloudkit] Re: cloudkit and jruby?</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/132d9f6700df5c8b/8e8dffc68b2ad92d?show_docid=8e8dffc68b2ad92d</link>
  <description>
  Hi Jon, &lt;br&gt; thanks for the answer. I&#39;ll try to do it in the next couple of days. &lt;br&gt; My final goal to get it working under google appengine. &lt;br&gt; The mapping of key store to the bigtable shouldn&#39;t be too complicated. &lt;br&gt; And after jsonquery and jsonschema things are working :) it will get &lt;br&gt; me everything I need. &lt;br&gt; Thanks,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/132d9f6700df5c8b/8e8dffc68b2ad92d?show_docid=8e8dffc68b2ad92d</guid>
  <author>
  lazy.gop...@gmail.com
  (Maksym Parkachov)
  </author>
  <pubDate>Mon, 28 Sep 2009 09:27:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: [cloudkit] Re: cloudkit and jruby?</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/132d9f6700df5c8b/8be4cbdc4ed976e1?show_docid=8be4cbdc4ed976e1</link>
  <description>
  Maksym, &lt;br&gt; &lt;p&gt;The quickest way to get it working is to first install the regular gem. This &lt;br&gt; will fail on the native extension gems, but will take care of everything &lt;br&gt; else. Next, check out the jsonquery branch on GitHub and install json-jruby &lt;br&gt; as you noted. At that point, you should be able to run &amp;quot;rake&amp;quot; at the root of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/132d9f6700df5c8b/8be4cbdc4ed976e1?show_docid=8be4cbdc4ed976e1</guid>
  <author>
  jon.r.cro...@gmail.com
  (Jon Crosby)
  </author>
  <pubDate>Mon, 28 Sep 2009 03:12:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: [cloudkit] Re: cloudkit and jruby?</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/132d9f6700df5c8b/a4b0fe9175dae3d8?show_docid=a4b0fe9175dae3d8</link>
  <description>
  Hi Jon, Neville, &lt;br&gt; &lt;p&gt;I&#39;m trying to install the cloudkit gem under jruby, but it still tries &lt;br&gt; to compile the json gem, and, obviously, fails. I tried to install &lt;br&gt; json_jruby and json_pure before, but it doesn&#39;t change the error. &lt;br&gt; &lt;p&gt;How did you manage to get it working ? &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; Maksym &lt;br&gt; &lt;p&gt;2009/8/18 Neville &amp;lt;neville.burn...@gmail.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/132d9f6700df5c8b/a4b0fe9175dae3d8?show_docid=a4b0fe9175dae3d8</guid>
  <author>
  lazy.gop...@gmail.com
  (Maksym Parkachov)
  </author>
  <pubDate>Sun, 27 Sep 2009 18:44:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: [cloudkit] Sub selection of JSON document via URI</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/59009ee07a149e4f/41d416694e9b3304?show_docid=41d416694e9b3304</link>
  <description>
  We discussed this in IRC, but I am replying on the mailing list for &lt;br&gt; everyone&#39;s benefit. Basically, JSONQuery will handle this on the server side &lt;br&gt; once I merge those changes into the master branch. JSONQuery already &lt;br&gt; provides this functionality on the client side via the jQuery plugin, &lt;br&gt; jquery.cloudkit.js. The JSONQuery expression to extract the value of foo
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/59009ee07a149e4f/41d416694e9b3304?show_docid=41d416694e9b3304</guid>
  <author>
  jon.r.cro...@gmail.com
  (Jon Crosby)
  </author>
  <pubDate>Mon, 07 Sep 2009 15:51:13 UT
</pubDate>
  </item>
  <item>
  <title>Sub selection of JSON document via URI</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/59009ee07a149e4f/de35accc9a6da5c5?show_docid=de35accc9a6da5c5</link>
  <description>
  Is it possible to query the JSON document inside a collection from the &lt;br&gt; URI? &lt;br&gt; &lt;p&gt;For example, if I have a collection at: &#39;/data&#39; &lt;br&gt; &lt;p&gt;And I have the following document: &#39;/data/4b1953c1-7d03-012c- &lt;br&gt; a18b-4040f67bf8d1&#39; &lt;br&gt; &lt;p&gt;Which contains the JSON: &#39;{&amp;quot;foo&amp;quot;: &amp;quot;bar&amp;quot;}&#39; &lt;br&gt; &lt;p&gt;How could I perform a GET on a URI like: &amp;quot;/data/4b1953c1-7d03-012c-
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/59009ee07a149e4f/de35accc9a6da5c5?show_docid=de35accc9a6da5c5</guid>
  <author>
  marak.squi...@gmail.com
  (Marak Squires)
  </author>
  <pubDate>Sun, 06 Sep 2009 11:42:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Help me understand Cloudkit</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/678618b91dea3fc2/2189d4331f874eee?show_docid=2189d4331f874eee</link>
  <description>
  Oh so that&#39;s why my message didn&#39;t appear on the list - damn confusing web &lt;br&gt; interface :) &lt;br&gt; Anyways... &lt;br&gt; My understanding of rack middleware is all theory for the time being. &lt;br&gt; For now I&#39;m just going to keep things the way they are. &lt;br&gt; I&#39;ll keep my eye on CloudKit and see what comes up &lt;br&gt; Thanks for the reply Jon,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/678618b91dea3fc2/2189d4331f874eee?show_docid=2189d4331f874eee</guid>
  <author>
  nicholas....@zxgen.net
  (Nicholas Orr)
  </author>
  <pubDate>Tue, 01 Sep 2009 00:20:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: [cloudkit] Multiple records / Bulk POST inserts</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/128d13c5c60ce79a/e713aeb7d7ebdb52?show_docid=e713aeb7d7ebdb52</link>
  <description>
  Bulk inserts are not supported in the current API, but they are on the list &lt;br&gt; of planned features in the TODO list at the root of the project repo. Given &lt;br&gt; the current state of the code, bulk inserts should be fairly straightforward &lt;br&gt; to implement. Result bodies from the bulk operations would look like the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/128d13c5c60ce79a/e713aeb7d7ebdb52?show_docid=e713aeb7d7ebdb52</guid>
  <author>
  jon.r.cro...@gmail.com
  (Jon Crosby)
  </author>
  <pubDate>Mon, 31 Aug 2009 13:46:45 UT
</pubDate>
  </item>
  <item>
  <title>Multiple records / Bulk POST inserts</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/128d13c5c60ce79a/71d5149db4dc392e?show_docid=71d5149db4dc392e</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Is there any support for multiple records insertion with a single POST &lt;br&gt; request? &lt;br&gt; &lt;p&gt;I&#39;m thinking about something like: &lt;br&gt; &lt;p&gt; $ curl &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://localhost/notes&quot;&gt;[link]&lt;/a&gt; -X POST -d &#39;[ { &amp;quot;name&amp;quot; : &amp;quot;foo&amp;quot; }, &lt;br&gt; { &amp;quot;name&amp;quot; : &amp;quot;bar&amp;quot; } ]&#39; &lt;br&gt; &lt;p&gt;Where { &amp;quot;name&amp;quot; : &amp;quot;foo&amp;quot; } and { &amp;quot;name&amp;quot; : &amp;quot;bar&amp;quot; } are 2 different &lt;br&gt; documents being inserted.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/128d13c5c60ce79a/71d5149db4dc392e?show_docid=71d5149db4dc392e</guid>
  <author>
  marco.lazz...@gmail.com
  (Marco Lazzeri)
  </author>
  <pubDate>Mon, 31 Aug 2009 13:27:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: cloudkit and jruby?</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/132d9f6700df5c8b/db786f5875073b6a?show_docid=db786f5875073b6a</link>
  <description>
  Hi Jon, &lt;br&gt; &lt;p&gt;Thanks for your reply. &lt;br&gt; &lt;p&gt;FYI, cloudkit + json_pure.gem works jun fine under JRuby. &lt;br&gt; &lt;p&gt;I&#39;ll also take a look at json_jruby also.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/132d9f6700df5c8b/db786f5875073b6a?show_docid=db786f5875073b6a</guid>
  <author>
  neville.burn...@gmail.com
  (Neville)
  </author>
  <pubDate>Tue, 18 Aug 2009 08:12:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: [cloudkit] Re: cloudkit and jruby?</title>
  <link>http://groups.google.com/group/cloudkit/browse_thread/thread/132d9f6700df5c8b/e1c229867de70b2a?show_docid=e1c229867de70b2a</link>
  <description>
  Neville, &lt;br&gt; If you install the json-jruby gem, CloudKit should work under JRuby. If not, &lt;br&gt; please let me know. All of the specs are passing for me locally after &lt;br&gt; installing that gem (using JRuby 1.3.1). I&#39;ll update the gemspec so that it &lt;br&gt; chooses the correct one when installed with jgem. &lt;br&gt; &lt;p&gt;-Jon
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cloudkit/browse_thread/thread/132d9f6700df5c8b/e1c229867de70b2a?show_docid=e1c229867de70b2a</guid>
  <author>
  jon.r.cro...@gmail.com
  (Jon Crosby)
  </author>
  <pubDate>Tue, 18 Aug 2009 00:44:06 UT
</pubDate>
  </item>
  </channel>
</rss>
