diff --git a/docs/DSLs-and-multilang-adapters.md b/docs/DSLs-and-multilang-adapters.md index 0ed5450b8d5..18e1463c554 100644 --- a/docs/DSLs-and-multilang-adapters.md +++ b/docs/DSLs-and-multilang-adapters.md @@ -8,3 +8,5 @@ documentation: true * [Clojure DSL](Clojure-DSL.html) * [Storm/Esper integration](https://github.com/tomdz/storm-esper): Streaming SQL on top of Storm * [io-storm](https://github.com/dan-blanchard/io-storm): Perl multilang adapter +* [FsShelter](https://github.com/Prolucid/FsShelter): F# DSL and runtime with protobuf multilang + diff --git a/docs/index.md b/docs/index.md index 7effddefbd6..d6d783b487c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -79,6 +79,7 @@ Trident is an alternative interface to Storm. It provides exactly-once processin * [MQTT Integration](storm-mqtt.html) * [Mongodb Integration](storm-mongodb.html) * [Kestrel Integration](Kestrel-and-Storm.html) +* [DSLs and multilang adapters](DSLs-and-multilang-adapters.html) ### Advanced