-
Notifications
You must be signed in to change notification settings - Fork 11
/
codemeta.json
88 lines (88 loc) · 3.56 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0.html",
"codeRepository": "https://github.com/ARGOeu/argo-messaging.git",
"dateCreated": "2015-12-20",
"datePublished": "2016-03-24",
"dateModified": "2023-05-23",
"downloadUrl": "https://github.com/ARGOeu/argo-messaging/archive/refs/heads/master.zip",
"issueTracker": "https://github.com/ARGOeu/argo-messaging/issues",
"name": "Argo Messaging Service",
"version": "1.5.0",
"description": "The ARGO Messaging Service is a Publish/Subscribe Service, which implements the Google PubSub protocol. Instead of focusing on a single Messaging API specification for handling the logic of publishing/subscribing to the broker network the API focuses on creating nodes of Publishers and Subscribers as a Service. It provides an HTTP API that enables Users/Systems to implement message oriented services using the Publish/Subscribe Model over plain HTTP. In the Publish/Subscribe paradigm, Publishers are users/systems that can send messages to named-channels called Topics. Subscribers are users/systems that create Subscriptions to specific topics and receive messages.",
"applicationCategory": "messaging service",
"releaseNotes": "Features\nAM-311 Upgrade to go1.19\nBug/Fixes\nUpdate docusaurus dependencies\nAM-306 Static analysis assessment fixes\nUpdate Postman CI/CD collection to use x-api-key header\nDocumentation\n\nUpdate README.md\nCreate CITATION.cff\nCreate CONTRIBUTING.md\nCreate CODE_OF_CONDUCT.md\nProcess for adding a new mattermost integration",
"developmentStatus": "active",
"isPartOf": "https://eosc-portal.eu",
"funder": {
"@type": "Organization",
"name": "GRNET S.A. – National Infrastructures for Research and Technology"
},
"keywords": [
"messaging",
"pub/sub",
"golang",
"kafka"
],
"programmingLanguage": [
"Golang",
"Python",
"Java"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-1148-1738",
"givenName": "Themis",
"familyName": "Zamani",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "GRNET S.A"
}
},
{
"@type": "Person",
"givenName": "Konstantinos",
"familyName": "Kagkelidis",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "GRNET S.A "
}
},
{
"@type": "Person",
"givenName": "Agelos ",
"familyName": "Tsalapatis",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "GRNET S.A"
}
},
{
"@type": "Person",
"givenName": "Kostas",
"familyName": "Koumantaros",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "GRNET S.A"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Konstantinos",
"familyName": "Evangelou",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "GRNET S.A"
}
}
]
}