{"id":25397999,"url":"https://github.com/k-society/ksociety.example","last_synced_at":"2025-04-11T05:57:42.897Z","repository":{"id":114560229,"uuid":"582625023","full_name":"K-Society/KSociety.Example","owner":"K-Society","description":"KSociety Example","archived":false,"fork":false,"pushed_at":"2023-08-01T09:27:28.000Z","size":1069,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T05:57:39.286Z","etag":null,"topics":["example","k-society","ksociety"],"latest_commit_sha":null,"homepage":"","language":"C#","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/K-Society.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":"2022-12-27T11:58:25.000Z","updated_at":"2023-01-31T22:43:48.000Z","dependencies_parsed_at":"2025-02-15T22:32:05.333Z","dependency_job_id":"683969ac-1c8c-4687-a91a-8bc6d9b02da2","html_url":"https://github.com/K-Society/KSociety.Example","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/K-Society%2FKSociety.Example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K-Society%2FKSociety.Example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K-Society%2FKSociety.Example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K-Society%2FKSociety.Example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/K-Society","download_url":"https://codeload.github.com/K-Society/KSociety.Example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351403,"owners_count":21089271,"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":["example","k-society","ksociety"],"created_at":"2025-02-15T22:31:58.573Z","updated_at":"2025-04-11T05:57:42.888Z","avatar_url":"https://github.com/K-Society.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](https://github.com/K-Society/KSociety.Example/blob/master/docs/K-Society__Logo_vs-negative.png)\n\n# KSociety.Example\n\nA collection of sample projects on how to use the [KSociety.Base](https://github.com/K-Society/KSociety.Base) stack.\n\n## Content\n\n### KSociety.Log Sinks \n\nAn essential example on how to use KSociety.Log.Serilog.Sinks.RabbitMq.\n\n| Project | Readme |\n| ------------- | ------------- |\n| [KSociety.Example.Pre.Console.Log.SinksRabbitMq](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/01/Console/Log/KSociety.Example.Pre.Console.Log.SinksRabbitMq) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.Pre.Console.Log.SinksRabbitMq) |\n\n### KSociety.Base skeleton\n\nAn essential example on how to use KSociety.Base stack.\n\n| Project | Readme |\n| ------------- | ------------- |\n| [KSociety.Example.Pre.Web.App](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/01/Web/KSociety.Example.Pre.Web.App) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.Pre.Web.App) |\n| [KSociety.Example.Srv.Host](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/02/Host/KSociety.Example.Srv.Host) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.Srv.Host) |\n| [KSociety.Example.Srv.Agent](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/02/KSociety.Example.Srv.Agent) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.Srv.Agent) |\n| [KSociety.Example.Srv.Behavior](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/02/KSociety.Example.Srv.Behavior) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.Srv.Behavior) |\n| [KSociety.Example.Srv.Contract](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/02/KSociety.Example.Srv.Contract) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.Srv.Contract) |\n| [KSociety.Example.Srv.Dto](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/02/KSociety.Example.Srv.Dto) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.Srv.Dto) |\n| [KSociety.Example.App.Dto](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/03/KSociety.Example.App.Dto) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.App.Dto) |\n| [KSociety.Example.App.ReqHdlr](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/03/KSociety.Example.App.ReqHdlr) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.App.ReqHdlr) |\n| [KSociety.Example.Domain.Entity](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/05/KSociety.Example.Domain.Entity) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.Domain.Entity) |\n| [KSociety.Example.Domain.Repository](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/05/KSociety.Example.Domain.Repository) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.Domain.Repository) |\n| [KSociety.Example.Infra.DataAccess](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/06/KSociety.Example.Infra.DataAccess) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.Infra.DataAccess) |\n| [KSociety.Example.Infra.Transfer.Sqlite](https://github.com/K-Society/KSociety.Example/tree/master/Src/01/06/KSociety.Example.Infra.Transfer.Sqlite) | [README.md](https://github.com/K-Society/KSociety.Example/tree/master/docs/KSociety.Example.Infra.Transfer.Sqlite) |\n\n\n## License\nThe project is under Microsoft Reciprocal License [(MS-RL)](http://www.opensource.org/licenses/MS-RL)\n\n## Dependencies\n\nList of technologies, frameworks and libraries used for implementation:\n\n- [.NET 6](https://dotnet.microsoft.com/download/dotnet/6.0) and [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0) (platform). Note for Visual Studio users: **VS 2022** is required.\n- [Autofac](https://autofac.org/) (Inversion of Control Container)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-society%2Fksociety.example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk-society%2Fksociety.example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-society%2Fksociety.example/lists"}