Inspr is an engine for running distributed applications, using multiple communication patterns such as pub sub and more, focused on type consistency and development simplicity.
-
💪 Robust: built on top of golang, kubernetes and other state of the art technologies -
✨ Distributed: created to allow complex and hierarchical distributed design patterns -
☁️ Cloud native: lightweight and modular, built with interchangeable pieces -
🛠️ Versatile: can adapt to any cloud environment
Table of Contents
🎉
Getting Started
Cluster
The recommended way to install inspr in a kubernetes cluster is by using helm.
the first step is add the helm chart repository to the cluster:
helm repo add inspr https://inspr-charts.storage.googleapis.com
Then install inspr with the command:
helm install inspr_name inspr/insprd
replacing inspr_name by the desired inspr cluster name.
Aditionaly you can check the default values file for the helm chart. They are included in the build/helm
folder and can be edited for further refinement of the properties.
CLI
To install the CLI get the latest release for your architecture from the releases
page and add it to your PATH. TODO: Add link to the install script for the CLI.
Documentation
The full documentation for Inspr can be found on our website. The source for the Inspr documentation and website is hosted on a separate repo, @inspr/docs.
Architecture
- TBD
👏
Contributing
The main purpose of this repository is to continue evolving Inspr core. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. To contribute, please check out our guide.
📄
License
- Inspr is licenced under MIT license.
- Inspr documentation is Creative Commons licensed, as found in the license-docs file.
📣
Contact
To contact us, please join our Discord community. Aditionally we are at Reddit