From 47fc86f490c1a9035675d82a9e094591e6c9d4b0 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 16 Jul 2015 20:35:43 +0200 Subject: [PATCH] README --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 58271fd..ff5d24a 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,11 @@ The second configuration file is **configuration.json**. It contains the configu ```JSON { - "ConfigDBHostname" : "127.0.0.1:27017", - "ConfigDBDatabase" : "MyOcean", - "ConfigDBConfigurationCollection" : "Configuration", - "ConfigDBConfigurationCollectionUsername" : "MyOceanConfig", - "ConfigDBConfigurationCollectionPassword" : "PWD" + "ConfigDBHostname" : "127.0.0.1:27017", + "ConfigDBDatabase" : "MyOcean", + "ConfigDBConfigurationCollection" : "Configuration", + "ConfigDBConfigurationCollectionUsername" : "MyOceanConfig", + "ConfigDBConfigurationCollectionPassword" : "PWD" } ``` The `ConfigDBConfigurationCollection` collection gets automatically created. After both files are present and the MongoDB database or database cluster is running, Ocean is able to start. The database can and should be empty. Ocean does the configuration automatically. Due to this minimal local configuration and the distributed configuration database, the deployment of additional Ocean servers can be achieved by using e.g. data center scripts, etc. @@ -91,7 +91,10 @@ exit * Finnaly, start Ocean again. The system should now run fine. Please have a look at the ICCC startup logging messages. ### Use Ocean as distributed messaging broker -For this case, you can now start your other ICCC components. This are e.g. some Java, Python or C# programs which are using the Ocean ICCC drivers. These drivers currently under development and they will be available soon. +For this case, you can now start your other ICCC components. This are e.g. some Java, Python or C# programs which are using the Ocean ICCC drivers. These drivers currently under development and they will be available soon. **The next priority:** OceanPy, the ICCC driver for Python. + +**Available ICCC drivers:** +- [OceanNET - ICCC with .NET and C#](https://github.com/SommerEngineering/OceanNET) ### Use Ocean as framework e.g. for websites For this case, an example project with documentation is available here: https://github.com/SommerEngineering/Example003