Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gizmo | 3,702 | 15 | 3 months ago | 36 | November 12, 2019 | 30 | apache-2.0 | Go | ||
A Microservice Toolkit from The New York Times | ||||||||||
Souls | 329 | 7 months ago | 733 | October 14, 2022 | 3 | apache-2.0 | Ruby | |||
SOULs 🔥 Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, Active Record, RSpec, RuboCop, and Google Cloud. | ||||||||||
Rele | 192 | 2 | 18 days ago | 27 | November 15, 2022 | 23 | apache-2.0 | Python | ||
Easy to use Google Pub/Sub | ||||||||||
Google Cloud Rust | 96 | 2 days ago | 12 | mit | Rust | |||||
Google Cloud Client Libraries for Rust. | ||||||||||
Kane | 95 | 2 | 1 | 4 months ago | 27 | October 29, 2021 | 10 | mit | Elixir | |
Google Pub/Sub client for Elixir | ||||||||||
Datashare Toolkit | 78 | 4 months ago | 45 | July 19, 2022 | 68 | apache-2.0 | JavaScript | |||
DIY commercial datasets on Google Cloud Platform | ||||||||||
Pubsub To Bigquery | 64 | 5 years ago | apache-2.0 | Java | ||||||
A highly configurable Google Cloud Dataflow pipeline that writes data into Google Big Query table from Pub/Sub | ||||||||||
Iris3 | 53 | a month ago | 4 | mit | Python | |||||
An upgraded and improved version of the Iris automatic GCP-labeling project | ||||||||||
Serverless Ktp Ocr | 51 | a year ago | 7 | JavaScript | ||||||
Serverless Indonesian Identity E-KTP OCR with Google Cloud Platform (GCP) - Cloud Functions, Cloud Storage, and Cloud PubSub | ||||||||||
Pubsubbeat | 40 | 3 years ago | 3 | June 19, 2020 | other | Go | ||||
An Elastic Beat to ingest data from Google Pub/Sub |
This is reproducible work from Ekstraksi Informasi e-KTP dengan Google Cloud Function dan Cloud Vision API. It also contains code fix to match with ES6 compliant module usages.
gcloud
CLIgcloud projects create ektp-ocr
gcloud services enable cloudfunctions.googleapis.com
gcloud services enable storage-api.googleapis.com
gcloud services enable storage-component.googleapis.com
, create bucket name uploaded_ktp
gcloud services enable pubsub.googleapis.com
, create topic name ektp-text-extracted
$ cd http-ktp
$ npm i
$ gcloud functions deploy http-ktp --entry-point uploadKtp --trigger-http
$ cd ktp-iamge-event-trigger
$ npm i
$ gcloud functions deploy processImageFromGCSEvent --trigger-resource uploaded_ektp --trigger-event google.storage.object.finalize
$ gcloud functions deploy extract_ktp --runtime python37 --trigger-topic ektp-text-extracted
View Stackdriver logs from extract-ktp
function.
Please support me by *stars this Github repo. Thank you!