{"id":13565799,"url":"https://github.com/ianmorgan/graph-store","last_synced_at":"2026-01-19T02:30:34.746Z","repository":{"id":139658039,"uuid":"132918469","full_name":"ianmorgan/graph-store","owner":"ianmorgan","description":"Provides a simple document style persistence API with event sourcing \u0026 GraphQL support","archived":false,"fork":false,"pushed_at":"2018-11-29T16:30:00.000Z","size":722,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-04T19:42:13.680Z","etag":null,"topics":["domain-driven-design","event-sourcing","graphql","graphql-api","kotlin","spek"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ianmorgan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-05-10T15:19:27.000Z","updated_at":"2020-05-15T22:45:17.000Z","dependencies_parsed_at":"2023-07-23T09:01:14.714Z","dependency_job_id":null,"html_url":"https://github.com/ianmorgan/graph-store","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/ianmorgan%2Fgraph-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmorgan%2Fgraph-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmorgan%2Fgraph-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmorgan%2Fgraph-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ianmorgan","download_url":"https://codeload.github.com/ianmorgan/graph-store/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247097586,"owners_count":20883121,"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":["domain-driven-design","event-sourcing","graphql","graphql-api","kotlin","spek"],"created_at":"2024-08-01T13:01:55.704Z","updated_at":"2026-01-19T02:30:34.713Z","avatar_url":"https://github.com/ianmorgan.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"# graph-store\n[![Travis CI](https://img.shields.io/travis/ianmorgan/graph-store/master.svg)](https://travis-ci.org/ianmorgan/graph-store)\n[![License](https://img.shields.io/github/license/ianmorgan/graph-store.svg)](https://github.com/ianmorgan/graph-store/blob/master/LICENSE)\n\n\nSetup [DDD style aggregates](https://martinfowler.com/bliki/DDD_Aggregate.html) from a GraphQL schema. Store \naggregate state to an event-store using REST, and query using both GraphQL \nand traditional REST. More advanced applications can use [CQRS](https://www.martinfowler.com/bliki/CQRS.html) \nprinciple to build custom data integrations and views by simply reducing \nthe underlying event stream.\n\n\n\n* data is stored using an event sourcing model in an 'event-store'.\n* a [GraphQL](https://graphql.org/) API is provided for querying \n* Schema information can be attached to drive GraphQL \nAPI and to provide some level of validation when saving data.\n* external \"read-only\" resources can be attached to GraphQL queries \n* like most document style stores, the ability to store both complete \ndocuments and partial updates is supported. \n* by keeping to simple, generic events this is deliberately aimed at problem \ndomains where an aggregate can simply be modelled as a document. The architectural benefits of event sourcing are \nretained, for example another system could observe the events, but there is no attempt to define state as a set of \nexplicit domain events (AccountCreated, AccountApproved etc). \n\nFor more details try the [docs](https://ianmorgan.github.io/graph-store/) and also [Trello](https://trello.com/b/5lXXr7jc/doc-store) ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianmorgan%2Fgraph-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fianmorgan%2Fgraph-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianmorgan%2Fgraph-store/lists"}