Skip to content

raahulrawat/MinioClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MinioClient

CRUD operations for Minio Datbase Minio

Requirements:

minio
pandas
pickle

Minio client installation:  pip install minio
Data format supports:
1.CSV
2.Pickle
Currently supports Create, Read and Delete Operations

endpoint

1.  get_data : read data from the database by passing {bucket_name, object_name, type="pkl"}

2. insert_data: insert data into the database by passing {data, bucket_name, object_name, toCreateNewBucket=False}

   data is DataFrame object or Pickle format object data..

3. delete_model: delete object from the database by passing {bucket_name, object_name}

Releases

No releases published

Packages

No packages published

Languages