Closed ppyordanov closed 9 years ago
Set up dispatcher servlet to connect to MongoDB /localhost/
Initialised repositories for collection access.
MongoDB documents structure:
DB: ugmap
> db.createCollection("user")
{ "ok" : 1 }
> db.createCollection("device")
{ "ok" : 1 }
> db.createCollection("datareading")
{ "ok" : 1 }
> db.createCollection("route")
{ "ok" : 1 }
MongoDB has been configured to work with Spring MVC.
_MongoDB_ will be set up in order to run the benchmarks and test its performance against MySQL. This will aid the decision making process regarding database management system choice.