-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodemeta.json
More file actions
90 lines (90 loc) · 2.92 KB
/
codemeta.json
File metadata and controls
90 lines (90 loc) · 2.92 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
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
89
90
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/caltechlibrary/dataset",
"author": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]"
},
{
"id": "https://orcid.org/0000-0001-9266-5146",
"type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]"
}
],
"maintainer": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]"
},
{
"id": "https://orcid.org/0000-0001-9266-5146",
"type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]"
}
],
"dateCreated": "2016-09-12",
"dateModified": "2026-03-20",
"datePublished": "2026-03-20",
"description": "The Dataset Project provides tools for working with collections of JSON documents. It uses a simple key and object pair to organize JSON documents into a collection. It supports SQL querying of the objects stored in a collection.\n\nIt was designed for temporary storage of JSON objects in data processing pipelines. It can be used as persistent storage mechanism for collections of JSON objects you wish to distribute when used in conjunction with pairtree or SQLite3 storage.\n\nThe Dataset Project provides command line programs and a web service for working with JSON objects as a collection or individual objects. As such it is well suited for data science and web base applications.",
"funder": [
{
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}
],
"keywords": [
"metadata",
"data storage",
"JSON"
],
"name": "dataset",
"license": "https://caltechlibrary.github.io/dataset/LICENSE",
"programmingLanguage": [
"Go",
"SQL"
],
"softwareRequirements": [
"Golang >= 1.26.1",
"CMTools >= 0.0.40"
],
"softwareSuggestions": [
"Pandoc >= 3.1",
"GNU Make >= 3.8"
],
"version": "2.4.0",
"developmentStatus": "active",
"issueTracker": "https://github.com/caltechlibrary/dataset/issues",
"downloadUrl": "https://github.com/caltechlibrary/dataset/archives/main.zip",
"releaseNotes": "- Removed MySQL support",
"copyrightYear": 2026,
"copyrightHolder": "California Institute of Technology"
}