-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #464 from agelostsal/more-docs
Communication & Training Material Docs
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Communication Channels | ||
|
||
There are two ways you can initiate communication with the team behind the | ||
Argo Messaging Service. | ||
|
||
1) If you are coming through EOSC, you should use the | ||
official [EOSC Helpdesk portal.](https://eosc-helpdesk.eosc-portal.eu/#login) | ||
2) Otherwise you can reach out through **_argo at grnet.gr_** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Training Resources | ||
|
||
We have compiled a list of resources that will assist any newcomer | ||
who wants to understand the messaging service and integrate with it. | ||
The list includes in general presentations of how AMS is being used | ||
while also presenting detailed guides on its core features. | ||
|
||
1) [Getting started with the Argo Messaging Service](./website/docs/howto/how_to_use.md) | ||
2) [Argo Messaging Quick Intro](https://docs.google.com/presentation/d/e/2PACX-1vSIiRzcmgBpn4VyhkBqHrbagNvt_BWBNCAn9f__I9m2vvzRSd2ol2w8-nHhtqbklZvDkyk47a8n65eD/pub?start=false&loop=false&delayms=3000&slide=id.g19e940dd15d_0_45) | ||
3) [AMS Hackathon](https://docs.google.com/presentation/d/e/2PACX-1vSd4wEW6iiU13qT1WDRD_ZsQP7m3v2mlIBGctNW5HpjCS-HlJ9Xb4Kvn15ScSzMwyDfm1YREgtEJzhi/pub?start=false&loop=false&delayms=3000&slide=id.gddb93bcb25_0_645) | ||
4) [Active Data](https://docs.google.com/presentation/d/1zKUM-95qRXszSrLweFdbsgYhvH7UDWoq3hkDWgy2TBM/edit#slide=id.p) | ||
5) [2021/11/03 - EOSC-FUTURE-T5.4 - AMS](https://docs.google.com/presentation/d/e/2PACX-1vQDCfzPFI4vi4A2_yT8PLH00h2_qmbZ27ZxYYSxCobWSCq_tAjIn9j6jTsa9fA1XPggoBidhm5547WK/pub?start=false&loop=false&delayms=3000&slide=id.p) | ||
6) [Publisher Guide - How to send data](./website/docs/guides/publisher.md) | ||
7) [Consumer guide - How to pull data](./website/docs/guides/subscriber_guide.md) | ||
8) [Live updates through Mattermost Integration](./website/docs/guides/mattermost-integration_guide.md) |