efento / NB-IoT-sensors-integration

This quick tutorial will show you how to set up a simple CoAP server, which receives the data from Efento NB-IoT sensors and saves it to a PostgreSQL database.
Apache License 2.0
7 stars 2 forks source link

Docker image #13

Open robertsLando opened 2 months ago

robertsLando commented 2 months ago

In order to make this easier to use for users what about creating a dedicated docker image and also a docker-compose file to run this along with the sql server?

piotr-szydlowski commented 2 months ago

Hi Daniel,

We treat this code as demo and do not recommend using it in the production environment. In the description of the project we explain why (main reason: the data from the sensors should be pushed to a queue, so the device gets the ACK from the server asap and goes to power saving mode quickly). If you want to use an optimised application that communicates with the sensors over CoAP and pushes the data to your application over REST, we recommend using our CoAP loader: https://getefento.com/library/efento-nbiot-sensors-coap-loader-integration/

On 18 Apr 2024, at 15:00, Daniel Lando @.***> wrote:

In order to make this easier to use for users what about creating a dedicated docker image and also a docker-compose file to run this along with the sql server?

— Reply to this email directly, view it on GitHub https://github.com/efento/NB-IoT-sensors-integration/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEXK542QW33GYCL33BDDSO3Y567VVAVCNFSM6AAAAABGNHJXEKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2TANRTHA4TQMI. You are receiving this because you are subscribed to this thread.

robertsLando commented 2 months ago

And is there a docker image for the coap loader?