{"id":23282019,"url":"https://github.com/go-joe/file-memory","last_synced_at":"2025-04-06T14:15:00.636Z","repository":{"id":57492397,"uuid":"173566371","full_name":"go-joe/file-memory","owner":"go-joe","description":"File based memory for the Joe bot library","archived":false,"fork":false,"pushed_at":"2020-02-29T18:38:28.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T20:17:42.475Z","etag":null,"topics":["bot","chat","chatbot-framework","joe"],"latest_commit_sha":null,"homepage":"https://github.com/go-joe/joe","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-joe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-03T11:32:45.000Z","updated_at":"2020-02-29T18:38:31.000Z","dependencies_parsed_at":"2022-09-02T00:21:14.415Z","dependency_job_id":null,"html_url":"https://github.com/go-joe/file-memory","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-joe%2Ffile-memory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-joe%2Ffile-memory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-joe%2Ffile-memory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-joe%2Ffile-memory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-joe","download_url":"https://codeload.github.com/go-joe/file-memory/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247492543,"owners_count":20947545,"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":["bot","chat","chatbot-framework","joe"],"created_at":"2024-12-20T00:13:37.044Z","updated_at":"2025-04-06T14:15:00.616Z","avatar_url":"https://github.com/go-joe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eJoe Bot - File Storage\u003c/h1\u003e\n\u003cp align=\"center\"\u003eBasic file storage memory adapater. https://github.com/go-joe/joe\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/go-joe/file-memory/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/tag/go-joe/file-memory.svg?label=version\u0026color=brightgreen\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://circleci.com/gh/go-joe/file-memory/tree/master\"\u003e\u003cimg src=\"https://circleci.com/gh/go-joe/file-memory/tree/master.svg?style=shield\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://goreportcard.com/report/github.com/go-joe/file-memory\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/go-joe/file-memory\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://codecov.io/gh/go-joe/file-memory\"\u003e\u003cimg src=\"https://codecov.io/gh/go-joe/file-memory/branch/master/graph/badge.svg\"/\u003e\u003c/a\u003e\n\t\u003ca href=\"https://pkg.go.dev/github.com/go-joe/file-memory?tab=doc\"\u003e\u003cimg src=\"https://img.shields.io/badge/godoc-reference-blue.svg?color=blue\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/go-joe/file-memory/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-BSD--3--Clause-blue.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nThis repository contains a module for the [Joe Bot library][joe].\n\n## Getting Started\n\nThis library is packaged as [Go module][go-modules]. You can get it via:\n\n```\ngo get github.com/go-joe/file-memory\n```\n\n## Example usage\n\n```go\nb := \u0026ExampleBot{\n\tBot: joe.New(\"example\", file.Memory(\"foobar.json\")),\n}\n```\n\n## Built With\n\n* [testify](https://github.com/stretchr/testify) - A simple unit test library\n* [zap](https://github.com/uber-go/zap) - Blazing fast, structured, leveled logging in Go\n\n## Contributing\n\nIf you want to hack on this repository, please read the short [CONTRIBUTING.md](CONTRIBUTING.md)\nguide first.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available,\nsee the [tags on this repository][tags]. \n\n## Authors\n\n- **Friedrich Große** - *Initial work* - [fgrosse](https://github.com/fgrosse)\n- **Stefan Warman** - *Unit tests* - [warmans](https://github.com/warmans)\n\nSee also the list of [contributors][contributors] who participated in this project.\n\n## License\n\nThis project is licensed under the BSD-3-Clause License - see the [LICENSE](LICENSE) file for details.\n\n[joe]: https://github.com/go-joe/joe\n[go-modules]: https://github.com/golang/go/wiki/Modules\n[tags]: https://github.com/go-joe/file-memory/tags\n[contributors]: https://github.com/go-joe/file-memory/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-joe%2Ffile-memory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-joe%2Ffile-memory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-joe%2Ffile-memory/lists"}