{"id":13515009,"url":"https://github.com/junbong/mankato-server","last_synced_at":"2025-04-09T23:23:35.115Z","repository":{"id":57527575,"uuid":"80934867","full_name":"junbong/mankato-server","owner":"junbong","description":"Makato is blazing fast key-value type in-memory database, with TTL callback.","archived":false,"fork":false,"pushed_at":"2017-03-14T13:41:23.000Z","size":31,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T01:12:49.827Z","etag":null,"topics":["amqp","cache","expiration-callback","golang","mankato-server","memory-database","mux","retention","tls","ttl","ttl-cache","yaml"],"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/junbong.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":"2017-02-04T17:18:09.000Z","updated_at":"2019-11-30T01:16:49.000Z","dependencies_parsed_at":"2022-09-18T03:41:44.920Z","dependency_job_id":null,"html_url":"https://github.com/junbong/mankato-server","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/junbong%2Fmankato-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junbong%2Fmankato-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junbong%2Fmankato-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junbong%2Fmankato-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junbong","download_url":"https://codeload.github.com/junbong/mankato-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248126895,"owners_count":21052087,"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":["amqp","cache","expiration-callback","golang","mankato-server","memory-database","mux","retention","tls","ttl","ttl-cache","yaml"],"created_at":"2024-08-01T05:01:05.325Z","updated_at":"2025-04-09T23:23:35.086Z","avatar_url":"https://github.com/junbong.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# mankato-server\n\n\n## Introduction\nMakato is key-value type in-memory database project.\nIt`s under development.\n\n\n## Key Features\n#### Key-Value NO-SQL Database\nMankato is key-value type in-memory database.\nKey is character sequence, and value can be *anything* you want!\n\n#### Blazing Fast\nMankato made by Go lang which is amazingly fast \nand all of it`s data structures use native structures.\n\n#### TTL  / Expiration Callback\nMankato provides expiration callback.\n\n\n## Project structure\n```\nmankato\n└── src\n    └── github.com  \n        ├── Junbong\n        │   ├── mankato-go-client\n        │   └── mankato-server\n        └── other_libraries_in_here  \n```\n\n\n## Build and run\nFirst, checkout project to your local.\n```sh\ncd ~/workspace\nmkdir -p mankato/src/github.com/Junbong\ncd mankato/src/github.com/Junbong\ngit clone git@github.com:Junbong/mankato-server.git\n```\n\nSet your `$GOPATH` to checked out directory,\n```sh\nexport GOPATH=~/workspace/mankato\n```\n\nBuild sources. Before build, you need to get dependencies in section below.\n```sh\ncd $GOPATH/src/github.com/Junbong\ngo build\n```\n\nAn executable file may created; `mankato-server` and just run this:\n```sh\n./mankato-server\n```\n\n\n## Dependencies\nBefore get dependencies, change directory to:\n```sh\ncd $GOPATH\n```\n\n### mux\nUse MUX HTTP router.\n\nhttps://github.com/gorilla/mux\n```sh\n$ go get github.com/gorilla/mux\n```\n\n### gods\ngods is go-data-structure.\n\nhttps://github.com/emirpasic/gods\n```sh\ngo get github.com/emirpasic/gods\n```\n\n### go-yaml\nUse for yaml parser for next feature.\n\nhttps://github.com/go-yaml/yaml\n```sh\ngo get gopkg.in/yaml.v2\n```\n\n### amqp\nUse for AMQP expiration callback.\n\nhttps://github.com/streadway/amqp\n```sh\ngo get github.com/streadway/amqp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunbong%2Fmankato-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunbong%2Fmankato-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunbong%2Fmankato-server/lists"}