A simple connector for Amazon Redshift using JDBC
Project description
Redshift Connector
This package allows you to easily connect to Amazon Redshift using JDBC and execute SQL queries.
Prerequisites
Before using the Redshift Connector, you need to download two required files:
- Redshift JDBC Driver (
redshift-jdbc42-2.1.0.32.jar) - AWS SDK (
aws-java-sdk-bundle-1.11.375.jar)
Download Instructions:
-
Redshift JDBC Driver:
Download the Redshift JDBC driver from the official AWS page:
Amazon Redshift JDBC DriverAfter downloading, extract the contents and locate the
redshift-jdbc42-2.1.0.32.jarfile. -
AWS SDK:
Download the AWS SDK for Java from the following link:
AWS SDK for Java - Version 1.xAfter downloading, extract the ZIP file and locate the
aws-java-sdk-bundle-1.11.375.jarfile.
Setting Up the Files:
-
Download the above files and place them in a directory on your system (e.g.,
C:\Users\redshift-jdbc42\). -
After downloading, use the file paths as input parameters when running the Redshift Connector.
jdbc_driver_path = r"C:\Users\redshift-jdbc42\redshift-jdbc42-2.1.0.32.jar"
aws_sdk_path = r"C:\Users\redshift-jdbc42\aws-java-sdk-bundle-1.11.375.jar"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file redshift_connector_bade-0.1.0.tar.gz.
File metadata
- Download URL: redshift_connector_bade-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d71d47629ed1130d57bcbde1240bc703089813481b36eb0eb1354e59211aab0
|
|
| MD5 |
4912dbec8ee45a44d000b05e3760279f
|
|
| BLAKE2b-256 |
2de0a3a9ed9a39d7b27d5c8ca581afcc1c89f44ae9a3b6a2e907abd722222dbe
|
File details
Details for the file redshift_connector_bade-0.1.0-py3-none-any.whl.
File metadata
- Download URL: redshift_connector_bade-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
966ee95db68f22e5e24d1d15e0054fe2f1f1caf271fc0350240f900270d5de6f
|
|
| MD5 |
b46c2b4ab84f2d1ca765ce6a049a6089
|
|
| BLAKE2b-256 |
721e438880396e62f822c4a2a23066aa0d6a7ad7fc66c33056b3da22258cdb05
|