diff --git a/website/src/data/showcase/benthos.png b/website/src/data/showcase/benthos.png new file mode 100644 index 0000000000..41cc624f32 Binary files /dev/null and b/website/src/data/showcase/benthos.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index c27bdfa59b..f77f0728e0 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -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',