3

Lately I started writing an application for which document database seems like a perfect match for data storage.

I wanted to use MongoDB but as I later discovered there is no proper package for my "hosting machine" (Sheeva Plug with debian on it).

I was looking around the web for something similiar to mongoDB but couldn't find satisfactory result.

Anyone knows any document database that runs on ARM? Python module is welcomed addition.

Ps. CouchDB is a no. I know there is non-x86 Mongo package on git but it is also a no.

Laurent Parenteau
  • 2,516
  • 20
  • 31
Dogrizz
  • 161
  • 1
  • 1
  • 8
  • Why don't you try and build mongodb from source? – Nico Erfurth Aug 08 '12 at 14:52
  • @Masta79: MongoDB does not officially support ARM yet. You can vote/watch the Jira issue [SERVER-1811](https://jira.mongodb.org/browse/SERVER-1811) for this. For an embedded device with limited memory (Sheevas are ~512Mb?) you would be better using something like [SQLite](http://www.sqlite.org/) or another lightweight [Python persistent data storage](http://stackoverflow.com/search?q=python+persistent+storage). – Stennie Aug 09 '12 at 10:17
  • @dogrizz: You may ask a question on `debian-embedded@lists.debian.org` – Fabien R Nov 17 '12 at 11:59

0 Answers0