{"id":14984983,"url":"https://github.com/hyper63/hyper","last_synced_at":"2025-04-04T17:10:08.342Z","repository":{"id":40345549,"uuid":"292832661","full_name":"hyper63/hyper","owner":"hyper63","description":"A service framework leveraging ports and adapters architecture to scale on your terms","archived":false,"fork":false,"pushed_at":"2024-10-14T15:45:45.000Z","size":3796,"stargazers_count":75,"open_issues_count":19,"forks_count":10,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-10-30T04:51:23.718Z","etag":null,"topics":["api","clean-architecture","deno","hyper","nodejs","ports-and-adapters","service-framework"],"latest_commit_sha":null,"homepage":"https://docs.hyper.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyper63.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"hyper63"}},"created_at":"2020-09-04T11:38:20.000Z","updated_at":"2024-10-23T19:08:29.000Z","dependencies_parsed_at":"2023-10-11T00:30:17.981Z","dependency_job_id":"c2a48a6c-d172-46d1-9aac-5c201b6eb00d","html_url":"https://github.com/hyper63/hyper","commit_stats":{"total_commits":987,"total_committers":12,"mean_commits":82.25,"dds":0.6170212765957447,"last_synced_commit":"bca3bf87ea76ad35147626e7035b43a3a93afae7"},"previous_names":["hyper63/hyper63"],"tags_count":215,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper63%2Fhyper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper63%2Fhyper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper63%2Fhyper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyper63%2Fhyper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyper63","download_url":"https://codeload.github.com/hyper63/hyper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217222,"owners_count":20903009,"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":["api","clean-architecture","deno","hyper","nodejs","ports-and-adapters","service-framework"],"created_at":"2024-09-24T14:10:02.314Z","updated_at":"2025-04-04T17:10:08.323Z","avatar_url":"https://github.com/hyper63.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hyper63"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.hyper.io\"\u003e\n    \u003cimg alt=\"Hyper\" src=\"hyper63-logo.png\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  hyper\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Use Clean Cloud Architecture to Scale on your Terms\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://docs.hyper.io/\"\u003eDocs\u003c/a\u003e\n  \u003cspan\u003e · \u003c/span\u003e\n  \u003ca href=\"https://github.com/hyper63/hyper/issues\"\u003eIssues\u003c/a\u003e\n  \u003cspan\u003e · \u003c/span\u003e\n  \u003ca href=\"https://docs.hyper.io/whats-new\"\u003eWhat's New\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- toc --\u003e\n\n- [Introduction](#introduction)\n- [Status](#status)\n- [Running Locally](#running-locally)\n- [Documentation](#documentation)\n- [Contributions](#contributions)\n- [Developer Setup](#developer-setup)\n- [Thank you](#thank-you)\n\n\u003c!-- tocstop --\u003e\n\n## Introduction\n\n👋 Hey 👋\n\nWelcome to the hyper Service Framework project ⚡️!\n\nHyper is a multi-cloud, multi-language, service framework that enables best-of-breed cloud service\nutilization, from any cloud provider. By providing a simple and extensible context-bound API for the\nCloud, the hyper Service Framework decouples application services from the infrastructure that\npowers them, positioning application software for growth and long term stability.\n\nAs a result, the hyper Service Framework helps software organizations build \"optimally-scaled\"\nsoftware and software teams.\n\nHyper organizations tame `technical debt`, by using\n[Clean Cloud Architecture](https://blog.hyper.io/clean-architecture-at-hyper/) to sensibly scale\ntheir software and software teams, only when the complexity is needed, and not all up-front.\n\n## Status\n\n- [x] Development\n- [x] Alpha\n- [x] Beta\n- [ ] v1.0\n\n## Running Locally\n\nYou can run a hyper server locally, with 5 locally running hyper services, using\n[`hyper-nano`](./images/nano), a precompiled executable binary of the hyper service framework.\n\n```sh\ncurl https://hyperland.s3.amazonaws.com/hyper -o hyper-nano\nchmod +x hyper-nano\n./hyper-nano\n```\n\nAlternatively, if you're using `node`, you can run `npx hyper-nano`\n\n\u003e This command will run a hyper server on PORT `6363` and store data for each hyper service in a\n\u003e directory named `__hyper__` placed in the `cwd` [Ctrl/Cmd] - C will stop the service.\n\nThis `nano` version of hyper implements the following ports and adapters:\n\n- `data` (powered by [In-Memory MongoDB](https://github.com/hyper63/hyper-adapter-mongodb))\n- `cache` (powered by [Sqlite](https://github.com/hyper63/hyper-adapter-sqlite))\n- `storage` (powered by your local [file system](https://github.com/hyper63/hyper-adapter-fs))\n- `search` (powered by [Sqlite and Minisearch](https://github.com/hyper63/hyper-adapter-minisearch))\n- `queue` (powered by\n  [Sqlite and an in-memory queue](https://github.com/hyper63/hyper-adapter-queue))\n\nLearn more about [`hyper-nano`](./images/nano) and read our\n[blog post](https://blog.hyper.io/introducing-hyper-nano-hyper-cloud-in-a-bottle/)\n\n## Documentation\n\nFor more information about hyper63 go to our documentation site. https://docs.hyper.io if you are\nunable to find the information you are looking for, post a question in our\n[slack](https://hyper.io/slack)\n\n## Contributions\n\nSee **[Contributing to hyper](https://docs.hyper.io/oss/contributing-to-hyper)**.\n\n## Developer Setup\n\nFork this repo and use gitpod!\n\n[Gitpod](https://gitpod.io)\n\n## Thank you\n\n- OpenSource Community\n- CharlestonJS Community\n- JRS Coding School Team\n- And everyone else that has helped this project become successful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyper63%2Fhyper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyper63%2Fhyper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyper63%2Fhyper/lists"}