mongodb 1:3.4.7-1ubuntu3 source package in Ubuntu

Changelog

mongodb (1:3.4.7-1ubuntu3) bionic; urgency=medium

  * Break out mongodb-server-core to provide binaries only as a separate
    package (LP: #1756432). This allows users (such as Juju) to use the mongodb
    binaries only for use in non-system-wide databases without conflict with
    what a user on the same system may be doing. This follows the same pattern
    already established with MySQL and MariaDB packaging.

 -- Robie Basak <email address hidden>  Tue, 13 Feb 2018 11:35:01 +0000

Upload details

Uploaded by:
Robie Basak
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 ppc64el s390x all
Section:
database
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mongodb_3.4.7.orig.tar.gz 39.3 MiB fdb2c7a4f3fbd8593fd074407bef0f4af878bfc14885c65206805e8d96112041
mongodb_3.4.7-1ubuntu3.debian.tar.xz 40.4 KiB cccdfad017ad453a08520fbdd029efc6590e7804b21863fca73d8871fd545644
mongodb_3.4.7-1ubuntu3.dsc 2.8 KiB d7b911b4d93c87470f0e9196f6f31f36953bf1d0f4776f8d96c60b261a5c1666

View changes file

Binary packages built by this source

mongodb: object/document-oriented database (metapackage)

 MongoDB is a high-performance, open source, schema-free
 document-oriented data store that's easy to deploy, manage
 and use. It's network accessible, written in C++ and offers
 the following features:
 .
    * Collection oriented storage - easy storage of object-style data
    * Full index support, including on inner objects
    * Query profiling
    * Replication and fail-over support
    * Efficient storage of binary data including large objects (e.g. videos)
    * Auto-sharding for cloud-level scalability
 .
 High performance, scalability, and reasonable depth of
 functionality are the goals for the project.
 .
 This is a convenience metapackage that depends on all the mongodb parts:
 the server, the clients and the development files (headers and library).

mongodb-clients: object/document-oriented database (client apps)

 MongoDB is a high-performance, open source, schema-free
 document-oriented data store that's easy to deploy, manage
 and use. It's network accessible, written in C++ and offers
 the following features:
 .
    * Collection oriented storage - easy storage of object-style data
    * Full index support, including on inner objects
    * Query profiling
    * Replication and fail-over support
    * Efficient storage of binary data including large objects (e.g. videos)
    * Auto-sharding for cloud-level scalability
 .
 High performance, scalability, and reasonable depth of
 functionality are the goals for the project.
 .
 This package contains the standard administrative shell (mongo) and other
 utilities for administration or analysis of performance of the server.

mongodb-clients-dbgsym: debug symbols for mongodb-clients
mongodb-server: object/document-oriented database (managed server package)

 MongoDB is a high-performance, open source, schema-free
 document-oriented data store that's easy to deploy, manage
 and use. It's network accessible, written in C++ and offers
 the following features:
 .
    * Collection oriented storage - easy storage of object-style data
    * Full index support, including on inner objects
    * Query profiling
    * Replication and fail-over support
    * Efficient storage of binary data including large objects (e.g. videos)
    * Auto-sharding for cloud-level scalability
 .
 High performance, scalability, and reasonable depth of
 functionality are the goals for the project.
 .
 This package installs MongoDB as a system service.

mongodb-server-core: object/document-oriented database (server binaries package)

 MongoDB is a high-performance, open source, schema-free
 document-oriented data store that's easy to deploy, manage
 and use. It's network accessible, written in C++ and offers
 the following features:
 .
    * Collection oriented storage - easy storage of object-style data
    * Full index support, including on inner objects
    * Query profiling
    * Replication and fail-over support
    * Efficient storage of binary data including large objects (e.g. videos)
    * Auto-sharding for cloud-level scalability
 .
 High performance, scalability, and reasonable depth of
 functionality are the goals for the project.
 .
 This package contains the database server (mongod) and sharding
 server/load-balancer (mongos) binaries.

mongodb-server-core-dbgsym: debug symbols for mongodb-server-core