Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Contribution of MongoDB-based device registry

Hi,

we would like to contribute an alternative device registry implementation based upon storage in a MongoDB. 
Our intention was to have a device registry that can be used in a Docker Swarm setup with multiple Hono server instances (which is not the case with the current FileBasedRegistrationService).

Is there interest in such a solution?

Regarding the implementation:
These additional dependencies are used:
- vertx-mongo-client
- Flapdoodle Embedded MongoDB (Apache License 2.0) - used for an integration test

We would add the implementation to the Hono server module (alongside the current FileBasedRegistrationService) and have the MongoDB registration service be selectable via a spring profile.
Or are there other suggestions on where/how to add it?

--
Best regards

Carsten Lohmann

Bosch Software Innovations GmbH
Schöneberger Ufer 89-91
10785 Berlin
GERMANY


Back to the top