{"id":13776210,"url":"https://github.com/devrexlabs/origodb","last_synced_at":"2025-05-11T10:30:53.648Z","repository":{"id":7455069,"uuid":"8799170","full_name":"DevrexLabs/OrigoDB","owner":"DevrexLabs","description":"In-memory event-sourced database engine for NET/Mono","archived":false,"fork":false,"pushed_at":"2020-04-13T04:56:33.000Z","size":10834,"stargazers_count":137,"open_issues_count":8,"forks_count":34,"subscribers_count":18,"default_branch":"dev","last_synced_at":"2025-04-12T23:20:30.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://origodb.com","language":"C#","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/DevrexLabs.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":"docs/security/authorization/index.md","support":null}},"created_at":"2013-03-15T12:59:31.000Z","updated_at":"2024-09-13T22:17:54.000Z","dependencies_parsed_at":"2022-08-30T06:51:30.672Z","dependency_job_id":null,"html_url":"https://github.com/DevrexLabs/OrigoDB","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevrexLabs%2FOrigoDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevrexLabs%2FOrigoDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevrexLabs%2FOrigoDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevrexLabs%2FOrigoDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevrexLabs","download_url":"https://codeload.github.com/DevrexLabs/OrigoDB/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253551484,"owners_count":21926302,"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":[],"created_at":"2024-08-03T18:00:19.232Z","updated_at":"2025-05-11T10:30:51.499Z","avatar_url":"https://github.com/DevrexLabs.png","language":"C#","readme":"## Important notice!\n\nOrigoDB is no longer under active development. Please check out [Memstate](https://github.com/devrexlabs/memstate) which is a complete rewrite of OrigoDB featuring major improvements in the areas performance, availability, licensing, cross-platform, docker and cloud support. Memstate targets .NET Standard 2.0 so will run on .NET Framework \u003e= 4.6.1, .NET Core \u003e= 2.0, Xamarin and Mono.\n\n## In-memory database for NET/Mono\n\nAn Origo database is a command-sourced in-memory object graph.\n\nWrite your custom data model, commands and queries using any .NET language, or choose from a number of existing generic models.\n\nOrigoDB is developed and maintained by Devrex Labs. We offer commercial support, consulting, training and enterprise features.\n\nTo learn more, visit the [project web site](http://origodb.com) and read the [online documentation](http://origodb.com/docs).\n\n[![Join the chat at https://gitter.im/DevrexLabs/OrigoDB](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DevrexLabs/OrigoDB?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n[![Build status](https://ci.appveyor.com/api/projects/status/v96t7i3a1kf0gqq3/branch/dev?svg=true)](https://ci.appveyor.com/project/rofr/origodb/branch/dev)\n\n## Example code\n```csharp\n//Nuget: Install-Package OrigoDb.Core\n//Restore graph by replaying commands stored on disk\n//in the current working directory\nvar engine = Engine.For\u003cMyModel\u003e();\n\n//Log a command to disk and then apply to in-memory graph\nengine.Execute(new MyCommand{MyArg = someValue});\n\n//read the in-memory graph using a custom query\nvar results = engine.Execute(new MyQuery{MyArg = someValue});\n\n// -----------------------------------------\n// Example #2 - Implicit operations\n// -----------------------------------------\n//restore graph and wrap the engine in a proxy\nMyModel db = Db.For\u003cMyModel\u003e();\n\n//void methods are translated to commands\ndb.MyCommand(someValue);\n\n//non-void methods are translated to queries\nvar results = db.MyQuery(someValue);\n```\n\n## Key Strengths\n* As transparent as persistence can get\n* Rapid development, 50% less code on the backend\n* High performance, complex transaction processing\n* Suitable for Domain Driven Design\n* Very easy to unit test and debug\n* 100% ACID, fully serialized transactions\n* Powerful queries using LINQ\n* Flexible and extensible data modeling using modern language and full access to the .NET Framework Class library\n* Full audit trail through complete history of commands\n* Mature, used in production all over the world\n* Modular storage backend\n\n## Nuget\n`Install-package OrigoDB.Core`\n\n## Links\n* Project web site: http://origodb.com\n* Documentation: http://origodb.com/docs\n* Downloads: http://origodb.com/download\n* Release notes: https://github.com/devrexlabs/origodb/releases\n* http://twitter.com/devrexlabs\n* http://twitter.com/robertfriberg\n","funding_links":[],"categories":["C#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrexlabs%2Forigodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevrexlabs%2Forigodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrexlabs%2Forigodb/lists"}