update index.md

rearranged download buttons, updated links to open in new tabs
This commit is contained in:
Bob Binstock 2022-07-18 13:44:49 -04:00 committed by GitHub
parent 603ef48517
commit 835a40d7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 22 deletions

View File

@ -3,7 +3,7 @@ layout: default
title: InterSystems IRIS title: InterSystems IRIS
nav_order: 1 nav_order: 1
--- ---
# InterSystems IRIS Drivers # InterSystems IRIS Driver Packages
Use the buttons to download drivers for use in connecting your applications to InterSystems IRIS. Use the buttons to download drivers for use in connecting your applications to InterSystems IRIS.
@ -15,39 +15,32 @@ Use the buttons to download drivers for use in connecting your applications to I
<button class="btn" onclick="document.getElementById('python').click()">DB-API</button> <button class="btn" onclick="document.getElementById('python').click()">DB-API</button>
<a id="python" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/DB-API/intersystems_irispython-3.2.0-py3-none-any.whl?raw=true" download target="_blank" hidden></a> <a id="python" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/DB-API/intersystems_irispython-3.2.0-py3-none-any.whl?raw=true" download target="_blank" hidden></a>
\
<button class="btn" onclick="document.getElementById('ODBCUbuntu').click()">ODBC Ubuntu</button> <button class="btn" onclick="document.getElementById('ODBCUbuntu').click()">ODBC Ubuntu</button>
<a id="ODBCUbuntu" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/lnxubuntu2004/ODBC-2022.1.0.209.0-lnxubuntu2004x64.tar.gz?raw=true" download target="_blank" hidden></a> <a id="ODBCUbuntu" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/lnxubuntu2004/ODBC-2022.1.0.209.0-lnxubuntu2004x64.tar.gz?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('ODBCMac').click()">ODBC Mac</button>
<a id="ODBCMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/mac/ODBC-2022.1.0.209.0-macx64.tar.gz?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('ODBCWin').click()">ODBC Win</button>
<button class="btn" onclick="document.getElementById('ODBCMac').click()">ODBC Mac</button>
<a id="ODBCMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/mac/ODBC-2022.1.0.209.0-macx64.tar.gz?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('ODBCWin').click()">ODBC Win</button>
<a id="ODBCWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/windows/ODBC-2022.1.0.209.0-win_x64.exe ?raw=true" download target="_blank" hidden></a> <a id="ODBCWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/windows/ODBC-2022.1.0.209.0-win_x64.exe ?raw=true" download target="_blank" hidden></a>
\
<button class="btn" onclick="document.getElementById('NodeUbuntu').click()">Node.js Ubuntu</button> <button class="btn" onclick="document.getElementById('NodeUbuntu').click()">Node.js Ubuntu</button>
<a id="NodeUbuntu" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/lnxubuntu/NodeJS-2022.1.0.209.0-lnxubuntu2004x64.tar.gz?raw=true" download target="_blank" hidden></a> <a id="NodeUbuntu" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/lnxubuntu/NodeJS-2022.1.0.209.0-lnxubuntu2004x64.tar.gz?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('NodeMac').click()">Node.js Mac</button>
<a id="NodeMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/mac/NodeJS-2022.1.0.209.0-macx64.tar.gz?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('NodeWin').click()">Node.js Win</button>
<button class="btn" onclick="document.getElementById('NodeMac').click()">Node.js Mac</button>
<a id="NodeMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/mac/NodeJS-2022.1.0.209.0-macx64.tar.gz?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('NodeWin').click()">Node.js Win</button>
<a id="NodeWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/windows/NodeJS-2022.1.0.209.0-win_x64.exe?raw=true" download target="_blank" hidden></a> <a id="NodeWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/windows/NodeJS-2022.1.0.209.0-win_x64.exe?raw=true" download target="_blank" hidden></a>
\
You can browse all of the available InterSystems IRIS driver packages at https://github.com/intersystems-community/iris-driver-distribution. You can browse all of the available InterSystems IRIS driver packages at https://github.com/intersystems-community/iris-driver-distribution.
Program a connection using these simple steps: Program a connection using these simple steps:
1. Download the driver for the language you are developing in: JDBC for Java, ADO.NET for .NET languages such as C#, DB-API for Python, or ODBC for C++. 1. Download the driver for the language you are developing in: JDBC for Java, ADO.NET for .NET languages such as C#, DB-API for Python, ODBC for C++, or Node.js.
2. Find the description of the driver package you have downloaded in <a href="https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=PAGE_extconnex" target="_blank">Connection Tools</a> and review the listed documentation to learn how you can use it.
2. Gather the connection information for the InterSystems IRIS target you want to connect to. 2. Gather the connection information for the InterSystems IRIS target you want to connect to.
- For the connection information for an InterSystems IRIS cloud service, such as [IRIS Cloud SQL](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=PAGE_iriscloudsql), refer to the deployments Overview page in the cloud services portal. - For the connection information for an InterSystems IRIS cloud service, such as <a href="https://docs.intersystems.com/services/csp/docbook/DocBook.UI.Page.cls?KEY=PAGE_iriscloudsql" target="_blank">InterSystems IRIS Cloud SQL</a>, refer to the deployments Overview page in the cloud services portal.
- For detailed information about the connection information for InterSystems IRIS clusters and instances on various platforms, see [InterSystems IRIS Connection Information](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=AB_idesetup#AB_idesetup_info). - For detailed information about the connection information for InterSystems IRIS clusters and instances on various platforms, see <a href="https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=AB_idesetup#AB_idesetup_info" target="_blank">InterSystems IRIS Connection Information</a>.
3. Install the driver and add the needed code to your application. For instructions, consult these learning materials: 3. Install the driver and add the needed code to your application. For instructions, consult these learning materials:
- Read [Connecting Applications to InterSystems IRIS](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=ADRIVE). - Read <a href="https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=ADRIVE" target="_blank">Connecting Applications to InterSystems IRIS</a>.
- Watch [brief videos](https://learning.intersystems.com/course/view.php?name=IRISCloudConnect) showing how to code an application connection. - Watch <a href="https://learning.intersystems.com/course/view.php?name=IRISCloudConnect" target="_blank">brief videos</a> showing how to code an application connection.
- Start on [the learning path for your language](https://learning.intersystems.com/course/view.php?name=LanguagesLPs). - Start on <a href="https://learning.intersystems.com/course/view.php?name=LanguagesLPs" target="_blank">the learning path for your language</a>.