Hello everybody!
I have local MySQL database and I want to use its data in Presto cloud like mashable.
Is it possible to publish the database somehow?
I tried: Register->Database and then I dont know how to continue.
Or is it possible to create database instance in presto cloud alone?
Thanks for the answer,
Milan
cfff4
- Login or register to post comments
- Email this page

Hi Milan, You must first
Hi Milan,
You must first register the database within the Admin Console. Only admins can do this. If you want, I can add it, but it will be viewable by others in the MDC community.
Let us know.
And it is now possible to
And it is now possible to publish my database data with a mashup script where in the <datasource> element I will specify the url of the database something like: url="jdbc:mysql://localhost/databasename", together with some mashup operation that will query some data.
If I publish this scritp on presto cloud, will it work? Probably it will work only to people that will have the same propreties for the database and also the database at localhost?Am I right?
If it is not possible to query data from my local database in the cloud, which information you need to register a database in the cloud?
Thanks
Hi, Since Presto is running
Hi,
Since Presto is running on the cloud, it would need to access your external IP, not localhost. If you open the database IP and port, then you will be able to put the datasource in your EMML script.