{"id":17436031,"url":"https://github.com/cartersusi/bstore","last_synced_at":"2025-07-02T01:33:41.157Z","repository":{"id":257811112,"uuid":"865678053","full_name":"cartersusi/bstore","owner":"cartersusi","description":"Blob Storage Server","archived":false,"fork":false,"pushed_at":"2024-10-26T21:56:27.000Z","size":62246,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T00:46:31.382Z","etag":null,"topics":["blob","blob-storage","file-download","file-hosting","file-upload","filesystem","go","home-server","server","storage"],"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/cartersusi.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":"support/README.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-30T23:55:00.000Z","updated_at":"2024-10-27T14:41:43.000Z","dependencies_parsed_at":"2024-10-26T22:47:05.425Z","dependency_job_id":"16ed81b9-d267-41c0-9bd5-62cb70ea064e","html_url":"https://github.com/cartersusi/bstore","commit_stats":{"total_commits":83,"total_committers":1,"mean_commits":83.0,"dds":0.0,"last_synced_commit":"e1caa0f2a8293d7673f9d8e549c2f5842c117476"},"previous_names":["cartersusi/bstore"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/cartersusi/bstore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cartersusi%2Fbstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cartersusi%2Fbstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cartersusi%2Fbstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cartersusi%2Fbstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cartersusi","download_url":"https://codeload.github.com/cartersusi/bstore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cartersusi%2Fbstore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263060567,"owners_count":23407537,"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":["blob","blob-storage","file-download","file-hosting","file-upload","filesystem","go","home-server","server","storage"],"created_at":"2024-10-17T10:01:37.716Z","updated_at":"2025-07-02T01:33:41.135Z","avatar_url":"https://github.com/cartersusi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"192px\" height=\"auto\" src=\"support/favicon.ico\" alt=\"Bstore Logo\"\u003e\n  \u003ch1\u003eBstore\u003c/h1\u003e\n  \u003cp\u003eA simple blob storage.\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  [![bstore](https://img.shields.io/badge/go-bstore-00ADD8?style=flat-square\u0026logo=go)](https://github.com/cartersusi/bstore)\n  [![NPM Package](https://img.shields.io/badge/npm-bstorejs-red?style=flat-square\u0026logo=npm)](https://www.npmjs.com/package/bstorejs)\n  [![React Package](https://img.shields.io/badge/react-bstorejs--react-61DAFB?style=flat-square\u0026logo=react)](https://www.npmjs.com/package/bstorejs-react)\n  [![Demo](https://img.shields.io/badge/demo-bstorejs--demo-brightgreen?style=flat-square)](https://github.com/cartersusi/bstore-demo)\n\n\u003c/div\u003e\n\n## About \n### **Fast**: \n**1mb** files **encrypted** and **compressed**.\n\n|Storage|Tier|Upload|Download|\n|-|-|-|-|\n[bstorejs](https://www.npmjs.com/package/bstorejs) | 8c/16t - 1 Gbps | 924 upload/s | 617 download/s|\n[@vecel/blob](https://www.npmjs.com/package/@vercel/blob)| Free | 4.1 upload/s | 57 download/s |\n[@aws-sdk/client-s3](https://www.npmjs.com/package/@aws-sdk/client-s3)| Free | 5.3 upload/s | 72 download/s |\n\n### **Secure**: \n  * AES 256-bit encryption\n\n### **Efficient**: \n  * zstd compression\n\n### Lightweight:\n|OS|Size|\n|-|-|\n|darwin-amd64|(8.44 MB)|\n|darwin-arm64|(8.09 MB)|\n|linux-arm64|(7.94 MB)|\n|linux-amd64|(8.25 MB)|\n\n## Use Cases\n* DIY Movies/TV Server\n* PDF Books\n* Data Backups\n\n## Features \n* HLS and MPEG DASH video Streaming\n* Data Cache\n* Rate Limiting\n\n## Build (Recommended)\n\n1. **Clone Repository**\n```sh\ngit clone https://github.com/cartersusi/bstore.git\n```\n\n2. **Build For your OS (Requires Go)**\n```sh\ncd bstore\nmake build\n```\n\n3. **Generate a Config File and Keys**\n```go\n./bstore -init\n```\n\n- **Edit your config file (Optional)**\n  ```sh\n  nvim ~/.bstore/conf.yml\n  ```\n\n- **Print your keys (Optional)**\n  ```sh\n  cat ~/.bstore/keys.env\n  ```\n\n4. **Start Server**\n```sh\n./bstore\n```\n\n- **Use a different config (Optional)**\n  ```sh\n  ./bstore -config new_conf.yml\n  ```\n\n## Install\n```sh\ncurl -fsSL https://cartersusi.com/bstore/install | bash\n```\n\n## APIs\n- [bstorejs](https://github.com/cartersusi/bstorejs.git) - Express/Vanilla Js/Ts APIs\n```sh\nnpm i bstorejs\n```\n- [bstorejs-react](https://github.com/cartersusi/bstorejs-react.git) - React Server Actions \u0026 Components\n```sh\nnpm i bstorejs-react\n```\n\u003c!-- \n# `bstore` npm package\n\n## Upload a File\n```ts\nimport { put, PutBstoreResponse } from 'bstore';\n\n// upload a public file\nconst res: PutBstoreResponse = await put(file, file_path, 'public');\n//upload a private file\nconst res: PutBstoreResponse = await put(file, file_path, 'private');\n```\n\n## Download a File\n```ts\nimport {get, GetBstoreResponse} from 'bstore';\n\n// download a public file\nconst res: GetBstoreResponse = await get(\"/images/image.png\", 'public');\n//download a private file\nconst res: GetBstoreResponse = await get(\"/books/book.pdf\", 'private');\n```\n\n## Delete a File\n```ts\nimport {del, DeleteBstoreResponse} from 'bstore';\n\n// delete a file\nconst res: DeleteBstoreResponse = await del(\"/books/book.pdf\", 'public');\n// delete a directory\nconst res: DeleteBstoreResponse = await del(\"/images/hentai/*\", 'private');\n```\n\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcartersusi%2Fbstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcartersusi%2Fbstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcartersusi%2Fbstore/lists"}