{"id":15393745,"url":"https://github.com/superauguste/streamlet","last_synced_at":"2026-05-16T04:37:19.147Z","repository":{"id":57506632,"uuid":"232708413","full_name":"SuperAuguste/streamlet","owner":"SuperAuguste","description":"Streamlet rewritten in Go for better performance.","archived":false,"fork":false,"pushed_at":"2020-01-17T11:56:04.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T01:34:23.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SuperAuguste.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":"CODEOWNERS","security":null,"support":null}},"created_at":"2020-01-09T02:53:07.000Z","updated_at":"2020-01-17T11:56:06.000Z","dependencies_parsed_at":"2022-08-29T20:01:18.788Z","dependency_job_id":null,"html_url":"https://github.com/SuperAuguste/streamlet","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/SuperAuguste%2Fstreamlet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperAuguste%2Fstreamlet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperAuguste%2Fstreamlet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperAuguste%2Fstreamlet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperAuguste","download_url":"https://codeload.github.com/SuperAuguste/streamlet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240349767,"owners_count":19787562,"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-10-01T15:20:04.698Z","updated_at":"2026-05-16T04:37:19.113Z","avatar_url":"https://github.com/SuperAuguste.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streamlet\n\nStreamlet is originally a NodeJS-based stream-oriented database optimal for small scale projects that need a high speed method for storing data. This version of streamlet has been rewritten in Go for maximum speed and portability.\n\nThis version of Streamlet used to use `os.Write`, but after extensive testing, it was determined that it was about 2000x faster to use `bufio`. Before the change to `bufio`, the database clocked in at `~3500 ns/op` for bulk inserts. It now takes `~1600 ns/op`.\n\nOn average, Streamlet can achieve `450,000 ops/sec` write speed on a Dell XPS 13. Streamlet can achieve `1000ns/doc` read speed on the same device.\n\n## Installation\n\n```bash\n\nGO111MODULE=on\ngo get github.com/SuperAuguste/streamlet\n\n```\n\n## License\n\nThis project is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperauguste%2Fstreamlet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperauguste%2Fstreamlet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperauguste%2Fstreamlet/lists"}