{"id":15129894,"url":"https://github.com/matejamaric/esdb-playground","last_synced_at":"2026-01-18T23:01:56.627Z","repository":{"id":199676123,"uuid":"703462259","full_name":"MatejaMaric/esdb-playground","owner":"MatejaMaric","description":"Experimenting with Event Sourcing using EventStoreDB","archived":false,"fork":false,"pushed_at":"2024-11-26T17:43:46.000Z","size":240,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T17:14:00.760Z","etag":null,"topics":["docker","docker-compose","event-sourcing","eventstoredb","go","golang","mariadb"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatejaMaric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-10-11T09:38:58.000Z","updated_at":"2024-11-26T17:43:50.000Z","dependencies_parsed_at":"2024-10-31T11:15:18.980Z","dependency_job_id":null,"html_url":"https://github.com/MatejaMaric/esdb-playground","commit_stats":null,"previous_names":["matejamaric/esdb-playground"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatejaMaric%2Fesdb-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatejaMaric%2Fesdb-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatejaMaric%2Fesdb-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatejaMaric%2Fesdb-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatejaMaric","download_url":"https://codeload.github.com/MatejaMaric/esdb-playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386948,"owners_count":20930741,"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":["docker","docker-compose","event-sourcing","eventstoredb","go","golang","mariadb"],"created_at":"2024-09-26T02:22:52.027Z","updated_at":"2026-01-18T23:01:56.594Z","avatar_url":"https://github.com/MatejaMaric.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Requirements\n\n- [Go 1.21 or higher](https://go.dev/dl/)\n- [Docker](https://www.docker.com/products/docker-desktop)\n\n## Setup steps\n\n### EventStoreDB \u0026 MariaDB\n\nIf you are on an x86_64 system you should go to `docker-compose.yaml` and change the EventStoreDBs container image to `buster-slim`.\nTo start the databases run:\n\n```bash\ndocker-compose up\n```\n\nTo access EventStoreDB web interface you can type `localhost:2113` in your web browser.\n\nTo access MariaDB, you use the MySQL CLI client (if you have it installed):\n\n```bash\nmysql --host=127.0.0.1 --user=playground_user --password=playground_user_password projected_models\n```\n\nOr you can access the Docker container to connect, using it's MariaDB CLI client:\n\n```bash\ndocker exec -it esdb-playground-mariadb-1 /bin/sh\n/bin/mariadb --user=playground_user --password=playground_user_password projected_models\n```\n\n### The project itself\n\n```bash\ngo build\n./esdb-playground\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatejamaric%2Fesdb-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatejamaric%2Fesdb-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatejamaric%2Fesdb-playground/lists"}