Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam Dwaraknath committed Jan 28, 2020
1 parent d5ada74 commit 60de246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docs/getting_started/stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A `Store` is just a wrapper to access data from somewhere. That somewhere is typ
Current working and tested Stores include:

- MongoStore: interfaces to a MongoDB Collection
- MongoURIStore: MongoDB Introduced advanced URIs including their special "mongodb+srv://" which uses a combination of SRV and TXT DNS records to fully setup the client. This store is to safely handle these kinds of URIs.
- MemoryStore: just a Store that exists temporarily in memory
- JSONStore: buids a MemoryStore and then populates it with the contents of the given JSON files
- GridFSStore: interfaces to GridFS collection in MongoDB
Expand Down

0 comments on commit 60de246

Please sign in to comment.