Skip to main content

datacenter_utils

Project description

datacenter_utils

install

pip install datacenter-utils

module

usage

from datacenter_utils.redis_common import RedisObject, ET, BJ, UTC
from datacenter_utils.mongo_common import MongoObject
from datacenter_utils.aws_s3 import download_s3, run_unzip_file, s3_list
from datacenter_utils.pgsql_common import Postgres

info

module class func info
redis_common RedisObject get_dataframe_from_redis get dataframe object from redis
mongo_common MongoObject upsert_many_df upsert dataframe to mongodb on specify key fields
mongo_common MongoObject remove remove collections match the filter dict
mongo_common MongoObject insert_one insert one dict
mongo_common MongoObject insert_many insert list of dict
mongo_common MongoObject update_one update one collection with the condition by the data
mongo_common MongoObject find_many_df find dataframe match the filter dict
aws_s3 - download_s3 download file from s3
aws_s3 - run_unzip_file unzip the zipped file from the path
aws_s3 - s3_list show the file list in the path
pgsql_common Postgres update_insert_df upsert dataframe to postgresql by creating CONSTRAINT on constraint_columns
pgsql_common Postgres find find all rows match the filter dict
pgsql_common Postgres find_one find one row match the filter dict
pgsql_common Postgres find_by_sql find all rows by SQL

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

datacenter_utils-0.2.2.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

datacenter_utils-0.2.2-py3-none-any.whl (12.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page