~negronjl/+junk/mongodb

1 by Juan L. Negron
Initial commit
1
ensemble: formula
2
name: mongodb
3
revision: 6
4
summary: An object/document-oriented database (metapackage)
5
description: |
6
  MongoDB is a high-performance, open source, schema-free document-
7
  oriented  data store that's easy to deploy, manage and use. It's
8
  network accessible, written in C++ and offers the following features :
9
  * Collection oriented storage - easy storage of object-     style data
10
  * Full index support, including on inner objects   * Query profiling
11
  * Replication and fail-over support   * Efficient storage of binary
12
  data including large     objects (e.g. videos)   * Auto-sharding for
13
  cloud-level scalability (Q209) High performance, scalability, and
14
  reasonable depth of functionality are the goals for the project.  This
15
  is a metapackage that depends on all the mongodb parts.
16
provides:
17
  database:
18
    interface: mongodb
19
peers:
20
  replica-set:
21
    interface: mongodb-replica-set