I am trying the 48 hour Helios example but I can’t seem to find a way to connect to it from a remote host. I added the correct IP address when setting it up, but I don’t see any place where the public host IP is so that I can connect to it.
Hi rjonesx. When logged into your portal account and viewing the clusters tab you should see the trial cluster you have created. If you click into the cluster it will show cluster properties.
The “connect” section displays two ways to connect to the cluster: either with our memsql studio tool, or with the cluster endpoints. There will be two endpoints, one for the master aggregator and one for all the child aggregators. For testing you can send DDL and DML requests to the master aggregator (listed as the admin endpoint).
The endpoint will look something like svc-abcdef-ddl.aws-virginia-1.db.memsql.com and you can connect using the admin user and the password you created when setting up the cluster.
You can also view this video for more details on the trial and connecting to the cluster: Create SingleStore Managed Service Cluster - YouTube