{"id":18941414,"url":"https://github.com/mchmarny/eventstore","last_synced_at":"2026-04-09T11:12:55.039Z","repository":{"id":57508634,"uuid":"165291672","full_name":"mchmarny/eventstore","owner":"mchmarny","description":"Knative CloudEvents Firestore Archiver","archived":false,"fork":false,"pushed_at":"2023-02-25T03:31:08.000Z","size":6348,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T22:42:49.705Z","etag":null,"topics":["golang","knative","kubernetes","redis","ui","websocket"],"latest_commit_sha":null,"homepage":"https://knative.dev","language":"Go","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/mchmarny.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-01-11T18:35:38.000Z","updated_at":"2019-07-11T13:58:42.000Z","dependencies_parsed_at":"2024-06-21T19:11:06.363Z","dependency_job_id":"ec7d4335-9bf2-4d2a-ac72-8d0aee20f99b","html_url":"https://github.com/mchmarny/eventstore","commit_stats":null,"previous_names":["mchmarny/myevents"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Feventstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Feventstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Feventstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mchmarny%2Feventstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mchmarny","download_url":"https://codeload.github.com/mchmarny/eventstore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239940401,"owners_count":19722014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["golang","knative","kubernetes","redis","ui","websocket"],"created_at":"2024-11-08T12:27:58.818Z","updated_at":"2025-12-30T22:58:18.079Z","avatar_url":"https://github.com/mchmarny.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eventstore\n\nSimple Knative service persisting Cloud Events to Cloud Firestore collection. Useful in Knative Events demos\n\n## Prerequisites\n\n * [Knative](https://github.com/knative/docs/blob/master/install) installed\n    * Configured [outbound network access (https://github.com/knative/docs/blob/master/serving/outbound-network-access.md)\n    * Installed [Knative Eventing](https://github.com/knative/docs/tree/master/eventing) using the `release.yaml` file\n\n\n## Deployment\n\nFirestore client still requires GCP Project ID to create a client. So, before we can deploy this service to Knative, you will need to update the `GCP_PROJECT_ID` in Now in the `service.yaml` file.\n\n```yaml\n    - name: GCP_PROJECT_ID\n      value: \"enter your project ID here\"\n```\n\nOnce done updating our service manifest (`service.yaml`) you are ready to deploy it.\n\n```shell\nkubectl apply -f deployments/service.yaml -n demo\n```\n\nThe response should be\n\n```shell\nservice.serving.knative.dev \"eventstore\" configured\n```\n\nTo check if the service was deployed successfully you can check the status using `kubectl get pods -n demo` command. The response should look something like this (e.g. Ready `3/3` and Status `Running`).\n\n```shell\nNAME                                          READY     STATUS    RESTARTS   AGE\neventstore-0000n-deployment-5645f48b4d-mb24j  3/3       Running   0          10s\n```\n\n## Configuration\n\nTo make `eventstore` service `cluster.local` so it does not expose externally accessible endpoint but still enable other services to discover it using `eventstore` simply add `serving.knative.dev/visibility: cluster-local` label to `deployments/service.yaml` service manifest\n\n## Disclaimer\n\nThis is my personal project and it does not represent my employer. I take no responsibility for issues caused by this code. I do my best to ensure that everything works, but if something goes wrong, my apologies is all you will get.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmchmarny%2Feventstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmchmarny%2Feventstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmchmarny%2Feventstore/lists"}