[go: nahoru, domu]

Skip to content
/ hyper Public

A service framework leveraging ports and adapters architecture to scale on your terms

License

Notifications You must be signed in to change notification settings

hyper63/hyper

Repository files navigation

Hyper

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

  • Development
  • Alpha
  • 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 and cwd [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

See Contributing to hyper.

Developer Setup

Fork this repo and use gitpod!

Gitpod

Thank you

  • OpenSource Community
  • CharlestonJS Community
  • JRS Coding School Team
  • And everyone else that has helped this project become successful!