{"id":31120896,"url":"https://github.com/terrextech/go-eventstore-models","last_synced_at":"2025-09-17T15:07:49.719Z","repository":{"id":57494956,"uuid":"146529085","full_name":"TerrexTech/go-eventstore-models","owner":"TerrexTech","description":"Data-handling models for TerrexTech EventStore.","archived":false,"fork":false,"pushed_at":"2018-11-13T02:32:11.000Z","size":5235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T02:58:29.512Z","etag":null,"topics":["go","golang","models"],"latest_commit_sha":null,"homepage":"","language":"Go","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/TerrexTech.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}},"created_at":"2018-08-29T01:41:16.000Z","updated_at":"2018-11-13T02:31:39.000Z","dependencies_parsed_at":"2022-08-28T19:40:38.044Z","dependency_job_id":null,"html_url":"https://github.com/TerrexTech/go-eventstore-models","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/TerrexTech/go-eventstore-models","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerrexTech%2Fgo-eventstore-models","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerrexTech%2Fgo-eventstore-models/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerrexTech%2Fgo-eventstore-models/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerrexTech%2Fgo-eventstore-models/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TerrexTech","download_url":"https://codeload.github.com/TerrexTech/go-eventstore-models/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerrexTech%2Fgo-eventstore-models/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275615300,"owners_count":25496811,"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","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["go","golang","models"],"created_at":"2025-09-17T15:07:47.267Z","updated_at":"2025-09-17T15:07:49.715Z","avatar_url":"https://github.com/TerrexTech.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository provides the models and packages for interacting efficiently with Cassandra event-store.\n\nCurrently included:\n\n* Create `events` table and corresponding keyspace in Cassandra.\n* Create `events_meta` table and corresponding keyspace in Cassandra.\n* `Event` and `EventMeta` models (Go structs, really) to use with other packages.\n* `Event` and `EventMeta` Cassandra table-definitions.\n\nThe models provided are intended to be imported by any libraries dealing with the respective models, to ensure consistency across structures/schema.\n\n**Go Docs:**\n * **[bootstrap][0]**\n * **[definition][1]**\n * **[model][2]**\n\n### Usage:\n\nAs mentioned above, this library can be used to directly create the tables `events`, `events_meta`, and the associated keyspace.\n\nTo create the tables, simply call the [`bootstrap#Event`][3] and the [`bootstrap#EventMeta`][4] methods.\n\nThe required information (such as Cassandra Hosts, Keyspace/Table names, etc.) is read from the Environemnt.\n\nThe default configuration can be found in the `.env` file at the root.\n\n  [0]: https://godoc.org/github.com/TerrexTech/go-eventstore-models/bootstrap\n  [1]: https://godoc.org/github.com/TerrexTech/go-eventstore-models/definition\n  [2]: https://godoc.org/github.com/TerrexTech/go-eventstore-models/model\n  [3]: https://godoc.org/github.com/TerrexTech/go-eventstore-models/bootstrap#Event\n  [4]: https://godoc.org/github.com/TerrexTech/go-eventstore-models/bootstrap#EventMeta\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrextech%2Fgo-eventstore-models","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterrextech%2Fgo-eventstore-models","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrextech%2Fgo-eventstore-models/lists"}