docs(v2): Add Benthos to showcase (#2246)

This commit is contained in:
Ashley Jeffs 2020-01-27 21:44:00 +00:00 committed by Alexey Pyltsyn
parent a50c38b237
commit 78c1fe86db
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View file

@ -7,6 +7,15 @@
const users = [
// Please add in alphabetical order of title.
{
title: 'Benthos',
description: 'A stream processor for mundane tasks',
preview: require('./showcase/benthos.png'),
website: 'https://benthos.dev/',
source: 'https://github.com/Jeffail/benthos',
fbOpenSource: false,
pinned: false,
},
{
title: 'Channel.js',
description: 'The missing constructor for creating safe async iterators',