Metadata-Version: 1.1
Name: pyspark-db-utils
Version: 0.0.1
Summary: Usefull functions for working with Database in PySpark (PostgreSQL, ClickHouse)
Home-page: https://github.com/osahp/pyspark_db_utils
Author: Vladimir Smelov
Author-email: vladimirfol@gmail.com
License: MIT
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",
        }
        ```
Keywords: postgres postgresql clickhouse sql pyspark spark
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Classifier: Topic :: Utilities
