{"id":37087204,"url":"https://github.com/rai-prashanna/faas","last_synced_at":"2026-01-14T10:43:59.477Z","repository":{"id":146894315,"uuid":"199270631","full_name":"rai-prashanna/faas","owner":"rai-prashanna","description":null,"archived":false,"fork":false,"pushed_at":"2019-08-11T16:53:20.000Z","size":11503,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-24T11:09:06.130Z","etag":null,"topics":["docker","docker-compse","faas","function-as-a-service","lambda"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rai-prashanna.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-28T10:02:44.000Z","updated_at":"2024-06-19T06:24:52.123Z","dependencies_parsed_at":"2023-07-23T09:01:29.061Z","dependency_job_id":null,"html_url":"https://github.com/rai-prashanna/faas","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/rai-prashanna/faas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rai-prashanna%2Ffaas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rai-prashanna%2Ffaas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rai-prashanna%2Ffaas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rai-prashanna%2Ffaas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rai-prashanna","download_url":"https://codeload.github.com/rai-prashanna/faas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rai-prashanna%2Ffaas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:25:19.714Z","status":"ssl_error","status_checked_at":"2026-01-14T10:22:49.371Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-compse","faas","function-as-a-service","lambda"],"created_at":"2026-01-14T10:43:58.658Z","updated_at":"2026-01-14T10:43:59.470Z","avatar_url":"https://github.com/rai-prashanna.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SIMPLE Function as a service (FaaS) IMPLEMENTATION\n* [Function as a service](https://en.wikipedia.org/wiki/Function_as_a_service) \n\n# Background\n* So this docker thing, as well as ​ function as a service, FaaS, ​ seems to getting some traction. It would be\n  nice if we could have our own ​ FaaS ​ infrastructure in place instead of paying Amazon for it. There are\n  some alternatives out there e.g. OpenFaaS. But we have a bad case of “Not Invented Here” syndrome,\n  so we’d rather build it ourselves.\n\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. \n\n\n### Prerequisites\nWhat things you need to install the software and how to install them\n\n* [install GOLANG](https://golang.org/doc/install) \n* [govendors - To manage dependecies](https://github.com/kardianos/govendor) \n* [install Docker](https://docs.docker.com/install/)\n* [Post-installation steps for Linux](https://docs.docker.com/install/linux/linux-postinstall/)\n* [Install Docker Compose](https://docs.docker.com/compose/install/)\n\n\n### To run in your local machine\n\n```\n$ git clone https://github.com/rai-prashanna/faas/\n$ cd \u003cWorking Directory\u003e/faas/\n$ docker-compose build --no-cache\n$ docker-compose up\n$ use this url on web browser (http://localhost:8080/function/:factorialservice?num=3 or http://localhost:8080/function/:digservice?url=www.wwe.com)\n```\n\n[http://localhost:8080/function/:factorialservice?num=3](http://localhost:8080/function/:factorialservice?num=3)\n\u003cbr /\u003e\n[http://localhost:8080/function/:digservice?url=www.wwe.com](http://localhost:8080/function/:digservice?url=www.wwe.com)\n\n### Note\n\n```\n$ In first attempt of docker-compose up command,\n$ the process might be very slow. Since it downloads all dependencies from remote.\n$ So be patient to let docker-compose build images and docker-compose to run all services\n```\n\n\n### little demo\n\n![alt text](https://github.com/rai-prashanna/faas/blob/master/success.png)\n\u003cbr /\u003e\n![alt text](https://github.com/rai-prashanna/faas/blob/master/output1.png)\n\u003cbr /\u003e\n![alt text](https://github.com/rai-prashanna/faas/blob/master/output2.png)\n\n\n\n\n## Authors\n\n* **Patrick Rai** \n\n\n## License\n\n[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/rai-prashanna/faas/blob/master/LICENSE)\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/rai-prashanna/faas/blob/master/LICENSE) file for details\n\n## Acknowledgments\n\n* Thanks to Modular Finance for assignment\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frai-prashanna%2Ffaas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frai-prashanna%2Ffaas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frai-prashanna%2Ffaas/lists"}