hyper
hyper copied to clipboard
A service framework leveraging ports and adapters architecture to scale on your terms
hyper
One API, many services...
Docs · Discussions · Issues · What's New
Introduction
👋 Hey 👋
Welcome to ⚡hyper open source project, above is plenty of links that can give you the why and what of hyper, check them out! Also, if you are a hands on kind of developer, try out hyper using our playground and gitpod. You don't have to install anything to kick the tires ⚙️.
Status
- [x] Development
- [x] Alpha
- [x] Beta
- [ ] v1.0
🧪 Try hyper
You can take a 🎫 tour of the api starting here https://github.com/hyper63/tour
or watch a video here https://youtu.be/J75hYi6Gqgc
Running Locally
To run hyper on your local machine in your terminal type:
curl -O https://hyperland.s3.amazonaws.com/hyper
chmod +x hyper
This command will run a hyper service on PORT
6363
and store data in/tmp
directory andcwd
[Ctrl/Cmd] - C will stop the service.
This nano
version of hyper implements the following ports and adapters:
- DATA - hyper-adapter-pouchdb
- CACHE - hyper-adapter-sqlite
- STORAGE - hyper-adapter-fs
- SEARCH - hyper-adapter-minisearch
- QUEUE - hyper-adapter-queue
Documentation
For more information about hyper63 go to our documentation site. https://docs.hyper.io if you are unable to find the information you are looking for, post a question in our slack
Contributions
Developer Setup
Fork this repo and use gitpod!
Thank you
- OpenSource Community
- CharlestonJS Community
- JRS Coding School Team
- And everyone else that has helped this project become successful!