FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
09-28-2023 02:56 PM
Hi,
We are developing HMI. I want to add login functionality and store the values and later I want to access this value with sdk , is ctrlX provide an offline data storage platform?
Where user can store and access data example like Mongo DB.
Thanks in advance
Solved! Go to Solution.
09-28-2023 03:08 PM
Hello,
There are tons of options for you here depending on your needs. My first suggestion would be InfluxDB as an off the shelf database solution.
You can also persist data within your application by plugging into the active-solution slot of ctrlX OS.
Of course you can always create or package your own database solution in a snap.
09-28-2023 10:00 PM
Hello @Chirag03,
Quote all that @Sgilk said. Plus you can try the KVD app which allows you to have a "database" with persistent nodes in the datalayer.
For mongoDB there are may exaples online, you can build your mongoDB app very easily but it is not an official solution and is up to you to do it correctly.
Mauro
10-13-2023 12:31 AM
We can close?