2023-12-08 21:46:07 +05:30
2023-11-08 14:00:05 +05:30
2023-12-08 21:46:07 +05:30
2023-09-28 11:53:02 +05:30
2023-09-18 12:14:36 +05:30
2023-08-17 22:17:38 +05:30
2023-12-08 21:43:32 +05:30
2023-09-26 15:16:40 +05:30

hpos-data

Repo for all data related work.

installation

- python 3
- pandas
- numpy
- openpyxl
- xlsxwriter
- microsoft excel

functions

https://asia-south1-hpos-af3cc.cloudfunctions.net/registerUser

gcloud set project

gcloud config set project hpos-qa

deploy specific function

firebase deploy --only functions:consolidation

deploy function with gcloud

gcloud functions deploy my_function --runtime=python311 --region=asia-south1  --trigger-http --allow-unauthenticated

gcloud functions deploy curvefit --runtime=python311 --region=asia-south1  --trigger-http --memory=512MB

function log

gcloud functions logs read curvefit --region=asia-south1
Description
No description provided
Readme 1.3 MiB
Languages
Jupyter Notebook 65%
Python 31.9%
JavaScript 1.5%
Shell 0.9%
HTML 0.6%
Other 0.1%