-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompanies.json
More file actions
50 lines (50 loc) · 785 Bytes
/
Copy pathcompanies.json
File metadata and controls
50 lines (50 loc) · 785 Bytes
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
[
{
"name": "Pinecone",
"tier": "tier1",
"ats": "ashby",
"slug": "pinecone"
},
{
"name": "Modal",
"tier": "tier1",
"ats": "ashby",
"slug": "modal"
},
{
"name": "Baseten",
"tier": "tier1",
"ats": "ashby",
"slug": "baseten"
},
{
"name": "PostHog",
"tier": "tier2",
"ats": "ashby",
"slug": "posthog"
},
{
"name": "Sentry",
"tier": "tier2",
"ats": "ashby",
"slug": "sentry"
},
{
"name": "Datadog",
"tier": "tier2",
"ats": "greenhouse",
"slug": "datadog"
},
{
"name": "Khan Academy",
"tier": "tier3",
"ats": "greenhouse",
"slug": "khanacademy"
},
{
"name": "Duolingo",
"tier": "tier3",
"ats": "greenhouse",
"slug": "duolingo"
}
]