-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodemeta.json
More file actions
33 lines (33 loc) · 1.06 KB
/
codemeta.json
File metadata and controls
33 lines (33 loc) · 1.06 KB
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
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"email": "ypid@riseup.net",
"familyName": "Schneider",
"givenName": "Robin",
"id": "https://orcid.org/0000-0003-1952-5459"
}
],
"codeRepository": "git+https://github.com/ypid/event-processing-framework.git",
"copyrightHolder": "https://orcid.org/0000-0003-1952-5459",
"copyrightYear": 2021,
"dateCreated": "2021-06-01",
"datePublished": "2021-10-04",
"description": "This is an opinionated event processing framework with a focus on log parsing that complies with Elastic Common Schema (ECS) and is implemented using vector.dev.",
"developmentStatus": "active",
"funder": [
{
"@type": "Organization",
"name": "Geberit Verwaltungs GmbH"
},
{
"@type": "Organization",
"name": "SENEC GmbH"
}
],
"issueTracker": "https://github.com/ypid/event-processing-framework/issues",
"maintainer": "https://orcid.org/0000-0003-1952-5459",
"name": "Event processing framework"
}