Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

feat: MongoDB/DocumentDB storage provider#148

Merged
fqutishat merged 1 commit intohyperledger-aries:mainfrom
DRK3:MongoDBStorageProvider
Aug 12, 2021
Merged

feat: MongoDB/DocumentDB storage provider#148
fqutishat merged 1 commit intohyperledger-aries:mainfrom
DRK3:MongoDBStorageProvider

Conversation

@DRK3
Copy link
Contributor

@DRK3 DRK3 commented Aug 11, 2021

Updated the existing MongoDB storage provider to fully implement the Aries storage interface and to be compatible with DocumentDB.

Signed-off-by: Derek Trider Derek.Trider@securekey.com

@codecov
Copy link

codecov bot commented Aug 11, 2021

Codecov Report

Merging #148 (9a8596a) into main (22d9f51) will decrease coverage by 0.54%.
The diff coverage is 86.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #148      +/-   ##
==========================================
- Coverage   87.42%   86.88%   -0.55%     
==========================================
  Files           3        1       -2     
  Lines        1050      511     -539     
==========================================
- Hits          918      444     -474     
+ Misses         85       41      -44     
+ Partials       47       26      -21     
Impacted Files Coverage Δ
component/storage/mongodb/store.go 86.88% <86.88%> (ø)
component/storage/couchdb/store.go
component/storage/mysql/store.go

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 22d9f51...9a8596a. Read the comment docs.

@DRK3 DRK3 force-pushed the MongoDBStorageProvider branch 4 times, most recently from 428b0a8 to 084ead3 Compare August 12, 2021 01:19
Updated the existing MongoDB storage provider to fully implement the Aries storage interface and to be compatible with DocumentDB.

Signed-off-by: Derek Trider <Derek.Trider@securekey.com>
@DRK3 DRK3 force-pushed the MongoDBStorageProvider branch from 084ead3 to 9a8596a Compare August 12, 2021 01:24
@DRK3 DRK3 marked this pull request as ready for review August 12, 2021 01:25
startContainerAndDoAllTests(t, dockerMongoDBTagV428)
}

func TestMongoDB_V5_0_0(t *testing.T) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also ran all the same tests against DocumentDB on my system locally, but it can't be committed since it required a SSH tunnel and a private DocumentDB instance (and there are no Docker images for it).

@fqutishat fqutishat merged commit e5ccba3 into hyperledger-aries:main Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants