How to save PDF file in MariaDB and retrieve it in Django?To save and retrieve PDF file object from MariaDB table, we should use BinaryField()Aug 26Aug 26
How to get busybox image running in Kubernetes cluster?Is your busybox image getting crashed? Do you want to keep it up and running for some reasons? Do you want to mount a pvc to busybox to…May 25, 2023May 25, 2023
How to install Kibana Pod in Kubernetes Cluster?Kibana dashboard makes developer’s life easier with its attractive UI where we can search for any required field in the index by filtering…Dec 20, 2022Dec 20, 2022
Python for Data Science — NumPyNumPy, which is the fundamental package for scientific computing in Python. NumPy consists of a robust data structure called…Mar 15, 2022Mar 15, 2022
How to deploy Scylla DB alternator in EKS?Scylla DB alternator is the Amazon DynamoDB-compatible API found in our Scylla NoSQL database. With Alternator you can use Scylla as a…Nov 21, 2021Nov 21, 2021
How to create second database in the existing Postgres DB pod in EKS?While creating the postgresdb instance, we can create new database by placing the script file under /docker-entrypoint-initdb.dNov 16, 2021Nov 16, 2021
How to bring up Orthanc pod in EKS?Orthanc is a dicom server and let’s see how to spin it up inside the Kubernetes cluster. And I’m using jodogne/orthanc docker image.Apr 22, 2021Apr 22, 2021
How to write Pandas Dataframe as compressed zip file to S3?I thought this would be simple task, but I didn’t get a reference how to write .zip file instead of .gz fileApr 22, 2021Apr 22, 2021