{"id":13665322,"url":"https://github.com/politrons/LetsGO","last_synced_at":"2025-04-26T08:32:03.342Z","repository":{"id":71724972,"uuid":"188273997","full_name":"politrons/LetsGO","owner":"politrons","description":"Examples of the most important features of this languages.","archived":false,"fork":false,"pushed_at":"2023-05-23T07:12:58.000Z","size":5591,"stargazers_count":45,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-03T06:02:06.612Z","etag":null,"topics":["category-theory","fp","go","golang","google","monads","reactive","reactive-programming"],"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/politrons.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}},"created_at":"2019-05-23T16:55:34.000Z","updated_at":"2023-11-12T07:04:05.000Z","dependencies_parsed_at":"2024-01-26T19:56:13.073Z","dependency_job_id":null,"html_url":"https://github.com/politrons/LetsGO","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/politrons%2FLetsGO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/politrons%2FLetsGO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/politrons%2FLetsGO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/politrons%2FLetsGO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/politrons","download_url":"https://codeload.github.com/politrons/LetsGO/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224031926,"owners_count":17244361,"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":["category-theory","fp","go","golang","google","monads","reactive","reactive-programming"],"created_at":"2024-08-02T06:00:32.670Z","updated_at":"2024-11-11T00:30:43.406Z","avatar_url":"https://github.com/politrons.png","language":"Go","funding_links":[],"categories":["年度文章盘点"],"sub_categories":["2021年度文章盘点"],"readme":" Author Pablo Picouto García\n\n![My image](img/gopher-main.png)    \n # Let's GO  \nExamples of the most important features of this languages.\n\nIn order to follow examples, it's better read from top to bottom of the page.\n\nIs this repo useful? Please ⭑Star this repository and share the love.\n\n### Features\n![My image](img/features.jpg)    \n\n* **[Types](features/src/politrons/lang/Types_test.go)**\n* **[Collections](features/src/politrons/lang/Collections_test.go)**\n* **[Conditions](features/src/politrons/lang/Conditions_test.go)**\n* **[Functions](features/src/politrons/lang/Functions_test.go)** \n* **[Methods](features/src/politrons/lang/Methods_test.go)**\n* **[Interfaces](features/src/politrons/lang/Interfaces_test.go)**\n* **[Error Handling](features/src/politrons/lang/ErrorHandling_test.go)**\n* **[Concurrency](features/src/politrons/lang/Concurrency_test.go)**\n* **[Pointers](features/src/politrons/lang/Pointers_test.go)**\n* **[Context](features/src/politrons/lang/Context_test.go)**\n\n### Monads\n![My image](img/pure.png)    \n* **[Maybe](features/src/politrons/monads/Maybe.go)**\n* **[Try](features/src/politrons/monads/Try.go)**\n* **[Either](features/src/politrons/monads/Either.go)**\n* **[Future](features/src/politrons/monads/Future.go)**\n* **[Collection](features/src/politrons/monads/Collection.go)**\n\n### Patterns\n![My image](img/pattern.png)    \n* **[Dependency Injection \u0026 DDD](features/src/politrons/tools/DI)**\n* **[Publisher/Subscriber](features/src/politrons/tools/publisherSubscriber/PublisherSubscriberPattern_test.go)**\n* **[Functional options](features/src/politrons/tools/functionalOptions/FunctionalOptions_test.go)**\n* **[Builder pattern](features/src/politrons/tools/builder/BuilderPattern_test.go)**\n* **[Decorator pattern](features/src/politrons/tools/decorator/DecoratorPattern_test.go)**\n* **[Observer pattern](features/src/politrons/tools/observer/ObserverPattern_test.go)**\n* **[Pattern matching](features/src/politrons/tools/patternMatching/PatternMatching_test.go)**\n* **[Strategy](features/src/politrons/tools/Strategy_test.go)**\n* **[Circuit breaker](features/src/politrons/tools/failFast/CircuitBreaker_test.go)**\n\n### Connectors\n![My image](img/connector.png)    \n* **[Rest](features/src/politrons/tools/connectors/HttpClient_test.go)**\n* **[Cassandra](features/src/politrons/tools/connectors/Cassandra_test.go)**\n* **[Kafka](features/src/politrons/tools/connectors/Kafka_test.go)**\n* **[gRPC](features/src/politrons/tools/rpc/README.md)**\n\n### Programs\n![My image](img/programs.jpg)    \n\n* **[Customer order service](programs/basket/README.md)**\n* **[Communications](programs/comunications)**\n* **[Who is watching](https://github.com/politrons/Who-is-watching)**\n\n### Kubernetes\n![My image](img/kubernete.png)    \n\nExamples of Kubernetes Operators, that use [Go client](https://github.com/kubernetes/client-go) for talking to a kubernetes cluster.\n\nEach operator is divide in the **Operator_test** that run the test and the **Controller** with the extended methods that interact with K8s API\n\n* **[Namespace operator](features/src/politrons/tools/k8/namespace)**\n* **[Pod operator](features/src/politrons/tools/k8/pod)**\n* **[Role Binding operator](features/src/politrons/tools/k8/role)**\n\n### GraphQL\n![My image](img/graphql.png)    \n\nExample of IMDb service implemented using [GraphQL](https://graphql.org/learn/) \n\n* **[Server](features/src/politrons/tools/graphql/Imdb_test.go)**\n\nYou can run the test scenario and then make some queries like \n\n```\ncurl -g 'http://localhost:12345/imdb?query={actors(movie:\"Matrix\"){name,age}}'\ncurl -g 'http://localhost:12345/imdb?query={actors(movie:\"Fight_club\"){name,age}}'\n```\n\n### Vegeta Performance \n![My image](img/vegeta_go.jpg)    \n\nExample of performance test using this awesome library \n* **[Over 9000!](features/src/politrons/performance/Over9000_test.go)**\n\n### HexaGolang\n\nA Project example implemented with Hexagonal architecture.\n\nIn this project we apply architect design patterns like ```CQRS:Command-Query-responsibility-segregation``` and ```Event Sourcing```\n\nWe also implement ````idempotent```` for POST Operations\n\n* **[program](https://github.com/politrons/hexagolang)**\n\n### StarWars Adventure\n\n* **[game](https://github.com/politrons/GoStarWarsAdventure)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolitrons%2FLetsGO","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolitrons%2FLetsGO","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolitrons%2FLetsGO/lists"}