Skip to content

Quick setup to perform SQL queries on Iris public data

Notifications You must be signed in to change notification settings

dioptra-io/iris-access-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to access to Iris data?

Here is a simple example to access to Iris data in Python via SQL queries.
You must register to the website first and have validated account.

Setup

Install the python virtual environment (see: https://python-poetry.org).

$ poetry install 
$ poetry shell

Then, create a .env file in this repository and set the following environment variables:

IRIS_USERNAME=your_iris_username
IRIS_PASSWORD=your_iris_password

Finally, run the notebook on this python environment using Jupiter notebook or your favorite IDE.

About

Quick setup to perform SQL queries on Iris public data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published