{"id":15411480,"url":"https://github.com/thorium/simplecqrs-fsharp","last_synced_at":"2025-04-18T21:50:20.337Z","repository":{"id":2663687,"uuid":"3654916","full_name":"Thorium/SimpleCQRS-FSharp","owner":"Thorium","description":"Simple CQRS implemented with F# ","archived":false,"fork":false,"pushed_at":"2014-01-30T20:16:42.000Z","size":1532,"stargazers_count":84,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-15T05:35:15.377Z","etag":null,"topics":["cqrs","fsharp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/Thorium.png","metadata":{"files":{"readme":"README","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}},"created_at":"2012-03-07T23:44:36.000Z","updated_at":"2023-07-16T15:47:18.000Z","dependencies_parsed_at":"2022-09-01T09:03:17.771Z","dependency_job_id":null,"html_url":"https://github.com/Thorium/SimpleCQRS-FSharp","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/Thorium%2FSimpleCQRS-FSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thorium%2FSimpleCQRS-FSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thorium%2FSimpleCQRS-FSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thorium%2FSimpleCQRS-FSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thorium","download_url":"https://codeload.github.com/Thorium/SimpleCQRS-FSharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249191206,"owners_count":21227520,"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":["cqrs","fsharp"],"created_at":"2024-10-01T16:49:17.585Z","updated_at":"2025-04-16T03:32:06.759Z","avatar_url":"https://github.com/Thorium.png","language":"JavaScript","readme":"Simple CQRS on F# (F-Sharp) 3.0\n\nBased on Greg Young's CQRS: https://github.com/gregoryyoung/m-r/tree/master/SimpleCQRS\n\nCQRS is Command and Query Responsibility Segregation -pattern.\nIf you don't know that, use Google or look http://martinfowler.com/bliki/CQRS.html\nI have separated command side and query side as different projects.\n\nThis is F# solution. Compared to C#:\n  + Simpler source code\n  + No need for any \"InfrastructureCrap\"\n  + Domain objects doesn't need to have parameter less constructors\n  + Interactive-driven development\n  \nWhat you will need to run this:\n  + Visual Studio 11 (Beta): http://www.microsoft.com/visualstudio/11/en-us\n\nOptional:\n  + Reactive extensions: http://msdn.microsoft.com/en-us/data/gg577609\n\nThere are two versions of event storage:\n1) Pure F# as EventStorage.fs\n   - Uses pure .NET Events with F# Observable as event bus\n   - Uses MailboxProcessor (\"agents\"/message passing) as event storage\n2) F# with Reactive Extensions as EventStorageRx.fs\n   - Uses reactive framework Subject\u003cT\u003e as event bus\n   - Uses reactive framework ReplaySubject\u003cT\u003e as event storage\nAlthough technical concept is different, the functionality is identical.\n\nYou can run this with F# interactive, directly from files and/or using Script.fsx.\n\nThis QuerySide is just in-memory one as in Greg's example. \nI suggest using F# Type Providers in QuerySide with real database...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorium%2Fsimplecqrs-fsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthorium%2Fsimplecqrs-fsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorium%2Fsimplecqrs-fsharp/lists"}