MongoDB
Use MongoDB
If your application uses an important set of values, you can choose to store them in MongoDB :
- create a database: use databaseName;
- create a user on it: db.createUser({user : "username" ,pwd : "password",roles :["readWrite"]}) ;
In the System Parameters, modify MongoHost, MongoPort, MongoDatabase, MongoUser and MongoPassword
You have now to create a java class in order to make your bundle to listen to the service TimeSerieMongoClientService