{"id":26172690,"url":"https://github.com/epiresdasilva/number-in-words-function","last_synced_at":"2026-06-17T23:31:15.702Z","repository":{"id":39950650,"uuid":"136046233","full_name":"epiresdasilva/number-in-words-function","owner":"epiresdasilva","description":"Number in words functions in Java and Python for benchmarking - FaaS","archived":false,"fork":false,"pushed_at":"2022-09-08T04:26:38.000Z","size":93,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-30T15:34:08.347Z","etag":null,"topics":["faas","function","function-as-a-service","functions","ibm","ibm-bluemix","ibm-cloud","java","python"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epiresdasilva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-04T15:33:04.000Z","updated_at":"2020-01-10T11:59:30.000Z","dependencies_parsed_at":"2022-08-25T08:50:50.145Z","dependency_job_id":null,"html_url":"https://github.com/epiresdasilva/number-in-words-function","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/epiresdasilva/number-in-words-function","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiresdasilva%2Fnumber-in-words-function","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiresdasilva%2Fnumber-in-words-function/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiresdasilva%2Fnumber-in-words-function/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiresdasilva%2Fnumber-in-words-function/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epiresdasilva","download_url":"https://codeload.github.com/epiresdasilva/number-in-words-function/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epiresdasilva%2Fnumber-in-words-function/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34470322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["faas","function","function-as-a-service","functions","ibm","ibm-bluemix","ibm-cloud","java","python"],"created_at":"2025-03-11T19:58:16.437Z","updated_at":"2026-06-17T23:31:15.683Z","avatar_url":"https://github.com/epiresdasilva.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Number in words\n\nThat's a proof of concept to test the performance between a function in Java, Python, NodeJS and Java with Quarkus/GraalVM.\nI'm using IBM Cloud Functions as the cloud provider.\n\n## Deploy\n\nTo deploy these function we need, first of all, to build the Java project. The Quarkus function we will handle with it separetely.\n\nLet's build our Java function:\n\n```\ncd number-in-words-java/\nmvn clean package\n```\n\nAfter doing that, run the following command:\n```\nsls deploy\n```\n\nYou must be logged in on the IBM Cloud using `ibmcloud login` command.\n\n### Quarkus\n\nSet it up the Quarkus and GraalVM environment: https://quarkus.io/guides/building-native-image\n\nBuild the native application\n```\ncd number-in-words-quarkus/\n./mvnw package -Pnative.\n```\n\nBuild the docker image\n```\ndocker build -t epiresdasilva/number-in-words-quarkus .\n```\n\nPush it to the Docker Hub.\n```\ndocker push epiresdasilva/number-in-words-quarkus\n```\n\nCreate your function:\n```\nibmcloud fn action create number-in-words-quarkus --docker epiresdasilva/number-in-words-quarkus\n```\n\n(Replace all references to `epiresdasilva` to your user)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepiresdasilva%2Fnumber-in-words-function","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepiresdasilva%2Fnumber-in-words-function","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepiresdasilva%2Fnumber-in-words-function/lists"}