Skip to content

Commit

Permalink
First version of codemeta.json file for swh
Browse files Browse the repository at this point in the history
  • Loading branch information
agelostsal committed Jun 24, 2023
1 parent 52bbe62 commit 462564e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"@context": "https://doi.org/10.5063/SCHEMA/CODEMETA-2.0",
"@type": "SoftwareSourceCode",
"name": "Argo Messaging Service",
"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.",
"programmingLanguage": ["Golang", "Python"],
"license": "Apache",
"version": "1.5.0",
"url": "https://github.com/ARGOeu/argo-messaging",
"author": {
"@type": "Organization",
"name": "GRNET",
"url": "https://grnet.gr/"
},
"keywords": ["messaging", "pub/sub", "golang"],
"repositoryCode": {
"@type": "GitRepository",
"codeRepository": "https://github.com/ARGOeu/argo-messaging.git"
}
}

0 comments on commit 462564e

Please sign in to comment.