{"id":26194288,"url":"https://github.com/active-group/flex","last_synced_at":"2026-03-14T22:15:51.528Z","repository":{"id":118268509,"uuid":"609066064","full_name":"active-group/flex","owner":"active-group","description":"Schulung ”Flexible Softwarearchitekturen\"","archived":false,"fork":false,"pushed_at":"2025-12-04T15:58:37.000Z","size":38370,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-12-27T08:30:49.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/active-group.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-03T09:58:40.000Z","updated_at":"2025-12-04T15:58:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"284950c7-54e9-4802-ad3b-197f0b3c34e3","html_url":"https://github.com/active-group/flex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/active-group/flex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Fflex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Fflex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Fflex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Fflex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/active-group","download_url":"https://codeload.github.com/active-group/flex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Fflex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30519511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-14T19:51:21.629Z","status":"ssl_error","status_checked_at":"2026-03-14T19:51:12.959Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-03-12T01:56:03.217Z","updated_at":"2026-03-14T22:15:51.506Z","avatar_url":"https://github.com/active-group.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FLEX\n\n## Benötigte Software\n\nErlang:\n\nhttps://www.erlang.org/downloads\n\nrebar3:\n\nhttps://www.rebar3.org/docs/getting-started\n\nrebar3 auf Windows:\n\n\n```\ngit clone https://github.com/erlang/rebar3\ncd rebar3\nbootstrap\n```\n\nDann `rebar3` und `rebar3.cmd` in den Pfad kopieren.\n\nEine IDE Ihrer Wahl, z.B. Visual Studio Code:\n\nhttps://code.visualstudio.com/download\n\nDort gern schonmal die Erlang-Extension installieren.\n\nAußerdem werden wir Docker und Docker Compose brauchen:\n\nhttps://docs.docker.com/get-docker/\nhttps://docs.docker.com/compose/install/\n\n## Quellen zu Erlang\n\n- [learn you some Erlang](https://learnyousomeerlang.com/)\n- [Erlang Programming](https://www.oreilly.com/library/view/erlang-programming/9780596803940/)\n- [Programming Erlang](https://pragprog.com/titles/jaerlang2/programming-erlang-2nd-edition/)\n\n## Hintergrund\n\n- [FLEX-Curriculum](https://www.isaqb.org/certifications/cpsa-certifications/cpsa-advanced-level/flex/)\n\n## Sonstige Quellen\n\nFounding book on DDD:\nEric Evans: Domain-Driven Design: Tackling Complexity in the Heart of\nSoftware, Addison-Wesley Professional, 2003.\n\nWhy continuous deployment leads to higher quality:\nForsgren. N, Humble. J, Kim. G: Accelerate, IT Revolutions, 2018.\nhttps://itrevolution.com/book/accelerate/\n\nStandard work on microservices:\nNewman, Sam: Building Microservices.  O'Reilly, 2015.\nhttps://samnewman.io/books/building_microservices/\n\nStandard work on continuous deployment:\nNygard, Michael T. Release It: Design and Deploy Production-Ready Software, 2017.\nhttps://pragprog.com/book/mnee/release-it\n\nStandard work on event-driven systems:\nStopford, Ben: Designing Event-Driven Systems, O’Reilly Media, 2018.\nhttps://www.confluent.io/designing-event-driven-systems/\n\nDDD and functional programming:\nWlaschin, Scott: Domain Modeling Made Functional, The Pragmatic Programmers, 2018.\nhttps://pragprog.com/book/swdddf/domain-modeling-made-functional\n\nStandard work on microservices:\nWolff, Eberhard: Microservices: Grundlagen flexibler Softwarearchitekturen. dpunkt. verlag, 2018.\nhttps://microservices-buch.de/\n\nRPC in large mikroservice organisations:\nMarius Eriksen: Your Server as a Function, 2013.\nhttps://monkey.org/~marius/funsrv.pdf\n\n## Links aus der Schulung\n\n- [gen_server](https://www.erlang.org/doc/apps/stdlib/gen_server.html)\n- [David Parnas: On the criteria to be used in decomposing systems into modules](https://dl.acm.org/doi/10.1145/361598.361623)\n- [Accelerate](https://wikitia.com/wiki/Accelerate)\n- [Domain Storytelling](https://domainstorytelling.org/), [Egon](https://egon.io/)\n- [Self-Contained Systems](https://scs-architecture.org/)\n- [Nix](https://nixos.org/)\n- [OpenTelemetry](https://opentelemetry.io/)\n- [Auth*n](https://netflixtechblog.com/edge-authentication-and-token-agnostic-identity-propagation-514e47e0b602)\n- [Netflix sudden load spikes](https://pages.awscloud.com/rs/112-TZM-766/images/APP308-English.pdf)\n\n\n \n \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Fflex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factive-group%2Fflex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Fflex/lists"}