You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2018/06/18 16:07:31 UTC

[1/3] storm git commit: Update Multilang-protocol.md

Repository: storm
Updated Branches:
  refs/heads/master d3625b098 -> 5200cffee


Update Multilang-protocol.md

Adding list of supported languages and a link to the c# adapter we have published recently -

Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ce763022
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ce763022
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ce763022

Branch: refs/heads/master
Commit: ce7630229f352d3c283a066a026cec3a2cbe1343
Parents: aa537af
Author: Mauro Giusti <Ma...@users.noreply.github.com>
Authored: Tue Jun 12 15:21:55 2018 -0700
Committer: GitHub <no...@github.com>
Committed: Tue Jun 12 15:21:55 2018 -0700

----------------------------------------------------------------------
 docs/Multilang-protocol.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ce763022/docs/Multilang-protocol.md
----------------------------------------------------------------------
diff --git a/docs/Multilang-protocol.md b/docs/Multilang-protocol.md
index 45ad2bc..4877d51 100644
--- a/docs/Multilang-protocol.md
+++ b/docs/Multilang-protocol.md
@@ -7,6 +7,18 @@ This page explains the multilang protocol as of Storm 0.7.1. Versions prior to 0
 
 # Storm Multi-Language Protocol
 
+## Supported Lanugages
+
+Storm Multi-Language has implementation in the following languages:
+
+- [JavaScript](../storm-multilang/javascript)
+- [Python](../storm-multilang/python)
+- [Ruby](../storm-multilang/ruby)
+
+Third party libraries are available for the following languages:
+
+- [c# (on .net core 2.0)](https://github.com/Azure/net-storm-multilang-adapter)
+
 ## Shell Components
 
 Support for multiple languages is implemented via the ShellBolt,


[3/3] storm git commit: Merge branch 'patch-1' of https://github.com/MaurGi/storm into PULL_2712

Posted by bo...@apache.org.
Merge branch 'patch-1' of https://github.com/MaurGi/storm into PULL_2712

Update Multilang-protocol.md

This closes #2712


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/5200cffe
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/5200cffe
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/5200cffe

Branch: refs/heads/master
Commit: 5200cffeee608848f9f7f41005a4fbd44d7cc273
Parents: d3625b0 e73338c
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Mon Jun 18 11:06:54 2018 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Mon Jun 18 11:06:54 2018 -0500

----------------------------------------------------------------------
 docs/Multilang-protocol.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------



[2/3] storm git commit: Update Multilang-protocol.md

Posted by bo...@apache.org.
Update Multilang-protocol.md

Adding absolute reference to https://github.com/apache/storm/tree/master/storm-multilang

Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e73338c6
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e73338c6
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e73338c6

Branch: refs/heads/master
Commit: e73338c661e88b00b64be489de33c849d30b2f19
Parents: ce76302
Author: Mauro Giusti <Ma...@users.noreply.github.com>
Authored: Wed Jun 13 08:54:17 2018 -0700
Committer: GitHub <no...@github.com>
Committed: Wed Jun 13 08:54:17 2018 -0700

----------------------------------------------------------------------
 docs/Multilang-protocol.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/e73338c6/docs/Multilang-protocol.md
----------------------------------------------------------------------
diff --git a/docs/Multilang-protocol.md b/docs/Multilang-protocol.md
index 4877d51..be12b19 100644
--- a/docs/Multilang-protocol.md
+++ b/docs/Multilang-protocol.md
@@ -11,9 +11,9 @@ This page explains the multilang protocol as of Storm 0.7.1. Versions prior to 0
 
 Storm Multi-Language has implementation in the following languages:
 
-- [JavaScript](../storm-multilang/javascript)
-- [Python](../storm-multilang/python)
-- [Ruby](../storm-multilang/ruby)
+- [JavaScript](https://github.com/apache/storm/tree/master/storm-multilang/javascript)
+- [Python](https://github.com/apache/storm/tree/master/storm-multilang/python)
+- [Ruby](https://github.com/apache/storm/tree/master/storm-multilang/ruby)
 
 Third party libraries are available for the following languages: