Skip to main content

Create a file that pretends to be a MongoDB collection. If you try to open the file, it will JSONify the collection and dump it back to you.

Why?

Because our enterprise database is file based, but our cloud based database isn’t.

…no really why?

Files are simpler and don’t break. The database operations we need to perform aren’t complicated and don’t require high performance. By using files there isn’t a database that can fail. There’s the added benefit that if customers want to use different types of databases for distributed systems, we can plug into any of them using a filedb (we just have to make something that dumps out JSON .

Quickstart

Install FUSE

Make sure you have FUSE installed.

Get mongo running

And you’ll need a collection with some data in it.

$ mongod
$ mongo
> use test
> db.people.insert({"username": "greg"})
> db.people.insert({"username": "phil"})
> db.people.insert({"username": "bob"})
> db.people.insert({"username": "samantha"})

Install filedb

$ pip install filedb

Running via python

$ filedb /tmp/tutorial/mnt/ mongodb://localhost:27017/test people

Open the file

$ cat /tmp/tutorial/mnt/db
[{ "_id": "52f104a7a0fb769e0cd0d1d4", "username": "greg" }
{ "_id": "52f104a9a0fb769e0cd0d1d5", "username": "phil" }
{ "_id": "52f104aca0fb769e0cd0d1d6", "username": "bob" }
{ "_id": "52f104aea0fb769e0cd0d1d7", "username": "samantha" }]

Running as a service

Upstart job.

# install the job
$ sudo cp -R overlay/* /
# or
$ wget https://raw2.github.com/yhat/filedb/master/overlay/etc/init/filedb.conf
$ sudo mv filedb.conf /etc/init/filedb.conf
# start the job
$ sudo start filedb

Release files for filedb 0.2.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for filedb 0.2.3
File Size Uploaded
filedb-0.2.3.tar.gz 3.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for filedb 0.2.3
File Interpreter ABI Platform
filedb-0.2.3-py2.7.egg Legacy Egg format - - Details

Total release size: 8.4 kB

Release files / filedb-0.2.3.tar.gz

Download URL filedb-0.2.3.tar.gz
Size 3.2 kB
Tags Source
SHA-256 checksum
How to use checksums
01f0b570365676fcdc1f9199e77075eba058d192ca14a3ca4115ff654b2dba70
BLAKE2b-256 checksum
How to use checksums
0b26b1f68f861f02f434c689a35e500425c583799baaad29b20266788fb88319
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / filedb-0.2.3-py2.7.egg

Download URL filedb-0.2.3-py2.7.egg
Size 5.2 kB
Tags Egg
SHA-256 checksum
How to use checksums
f58668e78b0a7d0b63eac0330579edda97a0191a3b4cbb6e105e7c3728a3fd30
BLAKE2b-256 checksum
How to use checksums
f9b65a6419cb10c0593256a820186eb105f812c13b5838bd1ca4ec93513f14c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.2.3 This release

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2

2 release files

0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page