Installation
Basic Installation
Users can install Prism with pip
:
Prism will be installed in Python's bin
directory, so make sure this directory is included in your PATH
variable.
You can confirm that the project was successfully installed by running which prism
in your Terminal emulator.
Python Versions and M1
A quick note on those whose systems have an Apple M1 chip:
Important: for systems with an Apple M1 chip, Prism will only work on Python versions 3.8.10 and above.
Integrations
Prism allows users to connect to data warehouses and analytics engines. Prism currently supports the following connections:
Adapter | Command |
---|---|
Google BigQuery |
|
Postgres |
|
PrestoDB |
|
Redshift |
|
Snowflake |
|
Trino |
|
Last updated