Skip to main content

Welcome to InterSystems IRIS Cloud SQL!

Now you can take advantage of the advanced relational database capabilitiesOpens in a new tab of InterSystems IRIS® Data Platform through a cloud service. InterSystems IRIS Cloud SQL is ideal for the full-stack developer who needs:

  • On-demand deployment of a cloud-based relational database platform, sized for the intended workload.

  • An interactive web interface for schema design, testing, and administration.

  • Programmatic access over JDBC, ADO.NET, DB-API, and ODBC connections.

  • Data model tuning through indices, constraints, triggers, and so on.

  • On-demand import and execution of DDL, DML, and queries.

  • Bulk data loading from cloud or on-premises storage.

Cloud SQL gives you all of the above without the burden of provisioning, configuring, and maintaining cloud infrastructure. And as part of your Cloud SQL deployment, you can include InterSystems IRIS Cloud IntegratedML, which lets organizations without extensive machine learning expertise define and execute predictive models directly from SQL.

Using Cloud SQL

To get started with InterSystems IRIS Cloud SQL, load the InterSystems Cloud Services PortalOpens in a new tab to sign up for a Cloud SQL trial or subscription and create a deployment.

Next, open your deployment in the Portal to create and modify schemas and tables and load and manipulate data by

  • Adding and importing files containing DDL and DML commands to be executed, or CSV data to be loaded.

  • Interactively executing any valid SQL statement, including queries, DDL, and DML using the SQL Editor.

  • Using the IntegratedML page, if included in the deployment, to define, train, and validate predictive models and make predictions using those models.

You can also use IRIS Cloud SQL by connecting to it from your Python, Java, .NET, or C++ application in just three easy steps:

Your application can then make full use of the deployment's SQL and IntegratedML functionality (although you must use the portal to upload or transfer any needed data files to the deployment).

For help in addressing any problems you may encounter, either in executing SQL or in connecting programmatically, see the troubleshooting guideOpens in a new tab.

Learning Resources

Working with InterSystems IRIS Cloud SQLOpens in a new tab is a video introduction to the use of Cloud SQL to leverage the advanced the relational database capabilities of InterSystems IRIS, both in the Cloud Portal and over a programmatic connection.

To learn more about those relational database capabilities, explore the InterSystems SQL documentation set, which covers the following topics:

Bear in mind that some features and procedures described in this documentation are not available in Cloud SQL.

To learn more about IntegratedML and Cloud IntegratedML, see Learning Resources in Welcome to InterSystems IRIS Cloud IntegratedML.

FeedbackOpens in a new tab