Usefull functions for working with Database in PySpark (PostgreSQL, ClickHouse)
Project description
# pyspark_db_utils
It helps you with your DB deals
Will be updates soon.
Example of settings:0
```
settings = {
"PG_PROPERTIES": {
"user": "user",
"password": "pass",
"driver": "org.postgresql.Driver"
},
"PG_DRIVER_PATH": "jars/postgresql-42.1.4.jar",
"PG_URL": "jdbc:postgresql://db.olabs.com/dbname",
}
```
It helps you with your DB deals
Will be updates soon.
Example of settings:0
```
settings = {
"PG_PROPERTIES": {
"user": "user",
"password": "pass",
"driver": "org.postgresql.Driver"
},
"PG_DRIVER_PATH": "jars/postgresql-42.1.4.jar",
"PG_URL": "jdbc:postgresql://db.olabs.com/dbname",
}
```
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
File details
Details for the file pyspark_db_utils-0.0.1.tar.gz.
File metadata
- Download URL: pyspark_db_utils-0.0.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe51d8aa734b2f3adc9d4777ba4025d2c87a52607fbfe414b92013517bc6f69c
|
|
| MD5 |
40e29c66c9fe47a4e2fd633cd3fbeaa8
|
|
| BLAKE2b-256 |
dd22c029444468c9bb92a78a75ab1275e3d0a23c5cf9459831227db54450ae63
|