https://github.com/awslabs/amazon-documentdb-tools

Tools for use with the Amazon DocumentDB managed document database service.

https://github.com/awslabs/amazon-documentdb-tools

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Tools for use with the Amazon DocumentDB managed document database service.

Basic Info
  • Host: GitHub
  • Owner: awslabs
  • License: apache-2.0
  • Language: Python
  • Default Branch: master
  • Size: 17 MB
Statistics
  • Stars: 143
  • Watchers: 17
  • Forks: 72
  • Open Issues: 12
  • Releases: 0
Created over 7 years ago · Last pushed 10 months ago
Metadata Files
Readme Contributing License Code of conduct

README.md

Amazon DocumentDB Tools

This repository contains several tools to help users with Amazon DocumentDB including migration, monitoring, and performance. A few of the most popular tools are listed below but there are additional tools in the migration, monitoring, operations, and performance folders.

Amazon DocumentDB Index Tool

The DocumentDB Index Tool makes it easy to migrate only indexes (not data) between a source MongoDB deployment and an Amazon DocumentDB cluster.

Amazon DocumentDB Compatibility Tool

The DocumentDB Compatibility Tool examines log files from MongoDB or source code from MongoDB applications to determine if there are any queries which use operators that are not supported in Amazon DocumentDB.

Support

The contents of this repository are maintained by Amazon DocumentDB Specialist SAs and are not officially supported by AWS. Please file a Github Issue if you experience any problems.

License

This library is licensed under the Apache 2.0 License.

Owner

  • Name: Amazon Web Services - Labs
  • Login: awslabs
  • Kind: organization
  • Location: Seattle, WA

AWS Labs

GitHub Events

Total
  • Issues event: 14
  • Watch event: 16
  • Delete event: 6
  • Issue comment event: 18
  • Push event: 98
  • Pull request review comment event: 19
  • Pull request event: 43
  • Pull request review event: 20
  • Fork event: 12
  • Create event: 9
Last Year
  • Issues event: 14
  • Watch event: 16
  • Delete event: 6
  • Issue comment event: 18
  • Push event: 98
  • Pull request review comment event: 19
  • Pull request event: 43
  • Pull request review event: 20
  • Fork event: 12
  • Create event: 9

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 60
  • Total pull requests: 67
  • Average time to close issues: 4 months
  • Average time to close pull requests: 26 days
  • Total issue authors: 28
  • Total pull request authors: 26
  • Average comments per issue: 1.1
  • Average comments per pull request: 0.31
  • Merged pull requests: 44
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 5
  • Pull requests: 20
  • Average time to close issues: 2 days
  • Average time to close pull requests: 3 days
  • Issue authors: 3
  • Pull request authors: 8
  • Average comments per issue: 0.8
  • Average comments per pull request: 0.2
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • tmcallaghan (20)
  • dbonser (10)
  • mihaialdoiu (4)
  • codekiln (2)
  • sourav11b (2)
  • ylittman (2)
  • Streeterxs (2)
  • gottumuk (2)
  • davegard (1)
  • snoblenet (1)
  • soma1204 (1)
  • st3fus (1)
  • JeyanthiSrinivas (1)
  • xiaoy1984 (1)
  • johnjoseph10 (1)
Pull Request Authors
  • gottumuk (12)
  • tmcallaghan (11)
  • dbonser (10)
  • mihaialdoiu (7)
  • gurubayari (4)
  • anshuvajpayee (4)
  • sourav11b (3)
  • rawalpuneet (3)
  • dependabot[bot] (3)
  • kimsehwan96 (3)
  • cod-all (3)
  • amazonrafia (3)
  • AaronKalair (2)
  • shekelator (2)
  • sarjarapu (2)
Top Labels
Issue Labels
global-clusters-automation (6) index-tool (3) oplog-review-tool (2) compat-tool (1) data-differ (1) index-review-tool (1) deployment-scanner (1) dms-segments (1) dependencies (1)
Pull Request Labels
dependencies (3) global-clusters-automation (1)

Dependencies

cosmos-db-migration-utility/src/configure/requirements.txt pypi
  • argparse ==1.4.0
  • boto3 ==1.12.17
cosmos-db-migration-utility/src/migrator-app/requirements.txt pypi
  • PyYAML ==5.4
  • argparse ==1.4.0
  • boto3 ==1.12.17
  • pymongo ==3.10.1
global-clusters-automation/requirements.txt pypi
  • boto3 ==1.20.26
  • botocore ==1.23.26
index-tool/requirements.txt pypi
  • pymongo >=2.9,<4.0
index-tool/Dockerfile docker
  • python 3 build
performance/compression-review/requirements.txt pypi
  • lz4 *
  • pymongo *
performance/index-cardinality-detection/requirements.txt pypi
  • pandas ==2.1.0
  • pymongo ==4.4.0
  • termtables ==0.2.4