forked from mongodb/mongo-cxx-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CREDITS.json
118 lines (118 loc) · 3.8 KB
/
CREDITS.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"readme": "Chronological by date of first commit: add yourself at the end",
"contributors": [
{
"name": "Andrew Morrow",
"email": [
"acm@mongodb.com",
"andrew.c.morrow@gmail.com"
],
"description": "Project architect and team lead. Library structure, interface design, coding conventions, build system, versioning model, C++11 usage, etc."
},
{
"name": "Tyler Brock",
"email": [
"tyler.brock@gmail.com"
],
"description": "Principle author of mongocxx library CRUD interfaces and unit tests."
},
{
"name": "Samantha Ritter",
"email" : [
"samantha.ritter@mongodb.com"
],
"description" : "View_or_value variant types, bsoncxx error handling, various features and bug fixes."
},
{
"name": "Adam Midvidy",
"email": [
"amidvidy@gmail.com"
],
"description" : "Client pool, BSON validator, ABI versioning scheme, pluggable loggers, examples and some documentation"
},
{
"name": "Jason Carey",
"email": [
"jcarey@argv.me"
],
"description": "Principle author of bsoncxx library, libmongoc integration and mock testing framework."
},
{
"name": "Matt Cotter",
"email": [
"mc@mongodb.com"
],
"description": "MongodB 3.2 feature support."
},
{
"name": "Tess Avitabile",
"email" : [
"tess.avitabile@mongodb.com"
],
"description" : "mongocxx error handling, various features and bug fixes."
},
{
"name": "Mark Benvenuto",
"email": [
"mark.benvenuto@mongodb.com"
],
"description": "Windows Support, Clang-Format Integration, AppVeyor Integration."
},
{
"name": "David Golden",
"email": [
"david@mongodb.com"
],
"description": "Drivers team Staff Engineer responsible for ongoing development and maintenance of the C++ driver."
},
{
"name": "J. Rassi",
"email": [
"rassi@mongodb.com"
],
"description": "MongoDB 3.4 feature support, ongoing development/maintenance."
},
{
"name": "Sam Rossi",
"email": [
"sam.rossi@mongodb.com"
],
"description": "GridFS API, ongoing development/maintenance."
},
{
"name": "A. Jesse Jiryu Davis",
"email": [
"jesse@mongodb.com"
],
"description": "Ongoing development/maintenance."
},
{
"name": "Kevin Albertson",
"email": [
"kevin.albertson@mongodb.com"
],
"description": "Ongoing development/maintenance."
},
{
"name": "Ryan Timmons",
"email": [
"ryan.timmons@mongodb.com"
],
"description": "Change streams, example code for complex aggregations."
},
{
"name": "Spencer McKenney",
"email": [
"spencermck@me.com"
],
"description": "Command Monitoring API, Transactions API, various features and bug fixes."
},
{
"name": "Evgeni Dobranov",
"email": [
"evobranov@gmail.com"
],
"description": "Command Monitoring API, Transactions API, various features and bug fixes."
}
]
}