Retrieving cached Data of a Variable from Database
-
Hello everyone, after along time,
i try to retrieve cached from Mango but i have a lot of issues with network connection.
Is any way to inserting Mango Database and retrieving requested (cached) data from there?
Thanks in advance,
Nikos. -
Hi Nikos,
I don't understand.
If you have network issues with the first method you were using, how would you be able to resolve that by doing some different, still network-based request method?
The API is the way to interact with Mango over a network as it sounds like you're describing. The NoSQL database is not open source nor does it have an API separate from Mango. If you were not using NoSQL and were using MySQL, you could have a remote connection while Mango was using the database, and then you could read logged values. The cache is not maintained by the database, so you must get cached values from Mango.
-
Good morning Philip and thanks for the reply.
It's important for me to have the ability to connect Mango with a database, as i would like to receive and compare Data.How do i make the connection between Mango and MySQL?
-
You should look into the SQL data source, as a place to start.