|
4 | 4 | "datasetName": "YC Recent Batch Companies", |
5 | 5 | "description": "Companies from recent Y Combinator batches (W24, S24). Include name, website, one-line description, and batch.", |
6 | 6 | "columns": [ |
7 | | - { "name": "company_name", "type": "text", "description": "Company name" }, |
| 7 | + { "name": "company_name", "type": "text", "description": "Company name", "isPrimaryKey": true }, |
8 | 8 | { "name": "website", "type": "url", "description": "Company website URL" }, |
9 | 9 | { "name": "description", "type": "text", "description": "One-line description of what the company does" }, |
10 | 10 | { "name": "batch", "type": "text", "description": "YC batch, e.g. W24 or S24" } |
|
15 | 15 | "datasetName": "B2B SaaS with Free Tiers", |
16 | 16 | "description": "Popular B2B SaaS tools that offer a free tier or freemium plan. Include tool name, category, free-tier summary, and pricing page URL.", |
17 | 17 | "columns": [ |
18 | | - { "name": "tool_name", "type": "text", "description": "Name of the SaaS tool" }, |
| 18 | + { "name": "tool_name", "type": "text", "description": "Name of the SaaS tool", "isPrimaryKey": true }, |
19 | 19 | { "name": "category", "type": "text", "description": "Category, e.g. CRM, Analytics, DevOps" }, |
20 | 20 | { "name": "free_tier_summary", "type": "text", "description": "What the free tier includes" }, |
21 | 21 | { "name": "pricing_page_url", "type": "url", "description": "URL to the pricing page" } |
|
26 | 26 | "datasetName": "US National Parks", |
27 | 27 | "description": "All US National Parks with state, year established, and official NPS page URL.", |
28 | 28 | "columns": [ |
29 | | - { "name": "park_name", "type": "text", "description": "Official park name" }, |
| 29 | + { "name": "park_name", "type": "text", "description": "Official park name", "isPrimaryKey": true }, |
30 | 30 | { "name": "state", "type": "text", "description": "US state(s) the park is in" }, |
31 | 31 | { "name": "established_year", "type": "number", "description": "Year the park was established" }, |
32 | 32 | { "name": "official_page_url", "type": "url", "description": "URL on nps.gov" } |
|
37 | 37 | "datasetName": "University AI Research Labs", |
38 | 38 | "description": "Academic AI research labs at major universities. Include lab name, university, research focus, and lab website URL.", |
39 | 39 | "columns": [ |
40 | | - { "name": "lab_name", "type": "text", "description": "Name of the research lab" }, |
| 40 | + { "name": "lab_name", "type": "text", "description": "Name of the research lab", "isPrimaryKey": true }, |
41 | 41 | { "name": "university", "type": "text", "description": "Host university" }, |
42 | 42 | { "name": "research_focus", "type": "text", "description": "Primary research area, e.g. NLP, robotics, RL" }, |
43 | 43 | { "name": "lab_website_url", "type": "url", "description": "Lab homepage URL" } |
|
0 commit comments