Skip to content

robpearson/MongoDbSpike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDbSpike

Simple Spike to explore MongoDB.

Goals

Exploring NoSQL and MongoDB by trying to implement saving/retrieving data from hitting some fictional example endpoints.

Interested to see how easy it is to define the data model (if needed) and time to persist/retrieve data.

Update: Implemented SettingsRepository to explore saving and retrieving entities and it works pretty well. Further work on a composite/complex entity would be good in the future.

Requirements

Built w/ Microsoft Visual Studio 2013 and .NET 4.5. Using NUnit 2.x and Moq for testing.

Credits

MongoDbSpike was created by Rob Pearson at Maple Pixel Pty. Ltd..

License

MongoDbSpike is available under the MIT license. See the LICENSE file for more info.

About

Simple Spike to explore MongoDB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages