diff options
author | Ben Sima <ben@bsima.me> | 2021-08-05 15:36:41 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:37 -0500 |
commit | cf40c3399f7157734d6494ac8cd3045313e1f7fa (patch) | |
tree | 075f2f016ffbd32cd9d8b659b8c06167d9fe5f6e | |
parent | b265b40d0581be9f59fe778ac5db262847917385 (diff) |
Update que.run homepage
-rw-r--r-- | Biz/Que/Index.md | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Biz/Que/Index.md b/Biz/Que/Index.md index a9db12e..5436509 100644 --- a/Biz/Que/Index.md +++ b/Biz/Que/Index.md @@ -10,7 +10,7 @@ que.run is the concurrent, async runtime in the cloud - async programming as easy as running two terminal commands HTTP routes on `que.run` are Golang-like channels with a namespace and a -path. For example: `https://que.run/pub/path/subpath`. +path. For example: `http://que.run/pub/path/subpath`. ## Quickstart @@ -19,11 +19,11 @@ interact with the `que.run` service. Download it to somewhere on your `$PATH` and make it executable: - curl https://que.run/_/client > ~/bin/que + curl http://que.run/_/client > ~/bin/que chmod +x ~/bin/que que --help -The client requires a recent version of Python 3. +The client requires Python 3.6 or higher. ## Powerup @@ -31,30 +31,29 @@ 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 +- Hobby - security by obscurity - all protocols and data formats supported - bandwidth and message sizes limited - concurrent connections limited - request rate limited -- Power + - shared infrastructure +- Pro - protect your data with private namespaces - remove bandwidth and size limits - private dashboard to see all of your active ques - - 99.999% uptime -- Pro + - dedicated infrastructure with 99.999% uptime - add durability to your ques so messages are never lost - powerful batch api - incredible query api - Linux FUSE filesystem integration - Enterprise - - all of the Power & Pro features + - all of the Pro features - on-prem deployment - advanced que performance monitoring - SLA for support from que.run experts -Email `ben@bsima.me` if you want to sign up for the Power, Pro, or -Enterprise packages. +Email `ben@bsima.me` if you want to sign up for the Pro or Enterprise packages. ## Quescripts |