How to communicate between the different edgex services internally using Message Bus and Redis database #232
Unanswered
Devendra-7
asked this question in
Q&A
Replies: 2 comments 5 replies
-
@Devendra-7 , it's a big challenge for you. Did you run EdgeX in native linux? or try to use Docker ? |
Beta Was this translation helpful? Give feedback.
3 replies
-
By default, Core Data stores data to RedisDB, and EdgeX use Redis pub/sub (the same RedisDB service) as the message bus. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
We are working imx6 based board for one of our IoT project and using yocto(3.4 version) based linux images.
Successfully we have integrated few edgex micro services (version 3.1 i.e Napa)like coredata, core-command,device-modbus,device-mqtt,device-snmp and redis database in yocto BSP, able to see the above services in the rootfs after booting the board and redis databae CLI commands are also available.
currently working on enabling the message bus support in yocto BSP.
I have few questions regarding the database and message bus
Thanks in Advance ...!
Beta Was this translation helpful? Give feedback.
All reactions