{"id":15294824,"url":"https://github.com/seipan/monokage","last_synced_at":"2025-03-24T17:43:32.317Z","repository":{"id":206832102,"uuid":"717798408","full_name":"seipan/monokage","owner":"seipan","description":"In-Memory Database Using Bloom Filter","archived":false,"fork":false,"pushed_at":"2023-11-29T18:45:04.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T01:11:27.069Z","etag":null,"topics":["bloomfilter","go","golang","inmemory-db"],"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/seipan.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-12T16:25:50.000Z","updated_at":"2023-11-29T18:10:06.000Z","dependencies_parsed_at":"2024-06-21T15:40:43.377Z","dependency_job_id":"c8ffdb8a-bf29-4ce1-a229-42e203ebaafe","html_url":"https://github.com/seipan/monokage","commit_stats":null,"previous_names":["seipan/monokage"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seipan%2Fmonokage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seipan%2Fmonokage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seipan%2Fmonokage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seipan%2Fmonokage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seipan","download_url":"https://codeload.github.com/seipan/monokage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245319970,"owners_count":20596078,"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":["bloomfilter","go","golang","inmemory-db"],"created_at":"2024-09-30T17:07:13.637Z","updated_at":"2025-03-24T17:43:32.289Z","avatar_url":"https://github.com/seipan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monokage\nIn-Memory Database Using Bloom Filter\n\n## Installation\n```\ngo get -u github.com/seipan/monokage\n```\n\n## Usage\n```go\npackage main\n\nimport \"github.com/seipan/monokage\"\n\nfunc main() {\n\tdb := monokage.NewDB(100, 10)\n\tdb.Insert([]byte(\"hello\"))\n\tdb.Insert([]byte(\"world\"))\n\n\tok := db.Check([]byte(\"hello\"))\n\tif ok {\n\t\tprintln(\"hello is in the database\")\n\t}else{\n\t\tprintln(\"hello is not in the database\")\n\t}\n\n}\n\n```\n## License\nCode licensed under \n[the MIT License](https://github.com/seipan/monokage/blob/main/LICENSE).\n\n## Author\n[seipan](https://github.com/seipan).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseipan%2Fmonokage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseipan%2Fmonokage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseipan%2Fmonokage/lists"}