summaryrefslogtreecommitdiff
path: root/Run/Que/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'Run/Que/index.md')
-rw-r--r--Run/Que/index.md32
1 files changed, 29 insertions, 3 deletions
diff --git a/Run/Que/index.md b/Run/Que/index.md
index c61dc5c..beca49d 100644
--- a/Run/Que/index.md
+++ b/Run/Que/index.md
@@ -1,6 +1,6 @@
% que.run
-que is the concurrent, async runtime in the cloud
+que.run is the concurrent, async runtime in the cloud
- runtime concurrency anywhere you have a network connection
- multilanguage communicating sequential processes
@@ -25,6 +25,34 @@ Download it to somewhere on your `$PATH` and make it executable:
The client requires a recent version of Python 3.
+## Powerup
+
+que.run is free for limited use, but the real power of an asynchronous,
+concurrent runtime in the cloud is unlocked with some extra power-user
+features.
+
+- Free
+ - unlimited public ques
+ - all protocols and data formats supported
+ - bandwidth and message sizes limited
+ - concurrent connections limited
+ - request rate limited
+- Power
+ - all of the above plus:
+ - protect your data with private namespaces
+ - remove bandwidth and size limits
+ - private dashboard to see all of your active ques
+ - 99.999% uptime
+ - add persistence to your ques so messages are never lost
+- Enterprise
+ - all of the above plus:
+ - on-prem deployment
+ - Linux FUSE filesystem integration
+ - advanced que performance monitoring
+ - SLA for support from que.run experts
+
+Email `ben@bsima.me` if you want to sign up for the Power or Enterprise packages.
+
## Quescripts
We are collecting a repository of scripts that make awesome use of que:
@@ -36,9 +64,7 @@ We are collecting a repository of scripts that make awesome use of que:
<a id="quescripts-btn" href="/_/quescripts">See the scripts</a>
-<!--
## Docs
- [tutorial](/_/tutorial)
- [api docs](/_/apidocs)
--->