-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
193 lines (183 loc) · 7.42 KB
/
config.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"guides": {
"gettingStartedWithVSS": {
"locale": "en-us",
"title": "Getting Started with Vector Search ⚡️",
"description": "Learn Vector Search basics like creating a schema and reading vector data with CQL and Python",
"skillLevel": "Beginner",
"timeToComplete": "15 minutes",
"recommendedLinks": [{
"url": "https://cassio.org/",
"text": "Getting Started with CassIO: Integrating Apache Cassandra® with ML/GenAI Workloads"
}],
"contentSrc": "gettingStartedWithVSS/README.md",
"stepCount": 7
},
"overviewOfAstraDB": {
"locale": "en-us",
"title": "Overview of Astra DB 🌱",
"description": "Understand Astra DB and how it differs from its underlying technology, Apache Cassandra®.",
"skillLevel": "Beginner",
"timeToComplete": "10 minutes",
"tags": ["beginner","database","Apache Cassandra"],
"recommendedLinks": [{
"url": "https://docs.datastax.com/en/astra-serverless/docs/develop/developing.html",
"text": "Developing with Stargate APIs on Astra"
}, {
"url": "https://docs.datastax.com/en/astra-serverless/docs/plan/planning.html#_serverless_database_limits",
"text": "Astra DB database guardrails and limits"
}],
"recommendedGuides": [
"introToDataWithAstraDB"
],
"contentSrc": "overviewOfAstraDB/README.md",
"stepCount": 5
},
"introToDataWithAstraDB": {
"locale": "en-us",
"title": "Intro to data with Astra 🔌",
"description": "Get an overview of how to execute basic CRUD (Create, Read, Update, Delete) commands in Astra using CQL.",
"skillLevel": "Beginner",
"timeToComplete": "15 minutes",
"recommendedLinks": [{
"url": "https://github.com/datastaxdevs/workshop-intro-to-cassandra",
"text": "Intro to Apache Cassandra for Developers"
}, {
"url": "https://docs.datastax.com/en/astra-cql/doc/cql/cqlQuickReference.html",
"text": "CQL quick reference"
}],
"recommendedGuides": [
"loadDataIntoAstraDB", "astraDBApplicationQuickstartPython"
],
"contentSrc": "introToDataWithAstra/README.md",
"stepCount": 4
},
"astracliGettingStarted": {
"locale": "en-us",
"title": "Get started with the Astra CLI and Astra DB 🚀",
"description": "A quick introduction to the Astra CLI, where you will install, create a database, query, and more in minutes.",
"skillLevel": "Beginner",
"timeToComplete": "15 minutes",
"recommendedLinks": [{
"url": "https://github.com/datastax/astra-cli",
"text": "Astra CLI GitHub Repository"
}, {
"url": "https://awesome-astra.github.io/docs/pages/astra/astra-cli/",
"text": "Documentation and additional examples using the Astra CLI"
}],
"recommendedGuides": [
"loadDataIntoAstraDB"
],
"contentSrc": "astracliGettingStarted/README.md",
"stepCount": 4
},
"astraDBApplicationQuickstartPython": {
"locale": "en-us",
"title": "How to get started with your Python application and Astra DB 🐍",
"description": "Starting with a sample app, this hands-on guide walks you through connecting Astra DB using Python.",
"skillLevel": "Beginner",
"timeToComplete": "10 minutes",
"recommendedLinks": [{
"url": "https://github.com/datastaxdevs/workshop-cassandra-application-development",
"text": "For more examples, check out the Python section of this workshop on application development."
}],
"recommendedGuides": [
"introToDataWithAstraDB"
],
"contentSrc": "astraDBApplicationQuickstartPython/README.md",
"stepCount": 5
},
"loadDataIntoAstraDB": {
"locale": "en-us",
"title": "Load data into an Astra database 📂",
"description": "Review various ways to load large or small datasets into an Astra database.",
"skillLevel": "Beginner",
"timeToComplete": "15 minutes",
"recommendedLinks": [{
"url": "https://docs.datastax.com/en/astra-serverless/docs/manage/upload/astra-data-loader.html",
"text": "Use Data Loader in Astra Portal (small datasets < 40MB)"
}, {
"url": "https://docs.datastax.com/en/astra-serverless/docs/getting-started/gs-dsbulk.html",
"text": "Use DSBulk to load data (medium to large datasets)"
}, {
"url": "https://awesome-astra.github.io/docs/pages/astra/astra-cli/#8-dsbulk",
"text": "Use DSBulk to with Astra CLI (ease of use)"
}, {
"url": "https://github.com/datastaxdevs/workshop-introduction-to-machine-learning/blob/cedrick-cli/README.md",
"text": "DSBulk with Astra HowTo workshop"
}],
"recommendedGuides": [
"introToDataWithAstraDB"
],
"contentSrc": "loadDataIntoAstraDB/README.md",
"stepCount": 5
},
"astraPortalGuideTemplate": {
"locale": "en-us",
"title": "Astra Portal Getting Started TEMPLATE 🎇, but I need more to hit 73 chars🚀",
"description": "Get an overview of how to write 'getting started' guides for DataStax Astra and then keep going to 110 chars.🌈",
"skillLevel": "Beginner",
"timeToComplete": "10 minutes",
"recommendedLinks": [{
"url": "https://www.freecodecamp.org/news/how-to-create-a-local-git-branch/",
"text": "How to create branches in Git"
}, {
"url": "https://github.com/markdown-templates/markdown-emojis",
"text": "All the markdown emojis"
}],
"recommendedGuides": [
"overviewOfAstraDB", "introToDataWithAstraDB"
],
"contentSrc": "astraPortalGuideTemplate/README.md",
"stepCount": 6
},
"astraKaskadaGettingStarted": {
"locale": "en-us",
"title": "Getting Started with AI/ML in Astra 🔮",
"description": "Get an overview of Kaskada",
"skillLevel": "Beginner",
"timeToComplete": "10 minutes",
"recommendedLinks": [{
"url": "https://github.com/datastax/block-explorer",
"text": "Block Explorer Sample App"
}],
"recommendedGuides": [
"overviewOfAstraDB", "introToDataWithAstraDB"
],
"contentSrc": "astraKaskadaGettingStarted/README.md",
"stepCount": 6
},
"gettingStartedWithJSON": {
"locale": "en-us",
"title": "Using JSON natively in Astra with Mongoose 😻",
"description": "Configure your app to use JSON natively with Astra",
"skillLevel": "Beginner",
"timeToComplete": "10 minutes",
"recommendedLinks": [{
"url": "https://github.com/stargate/stargate-mongoose",
"text": "Using Mongoose"
}],
"recommendedGuides": [
"overviewOfAstraDB", "introToDataWithAstraDB"
],
"contentSrc": "gettingStartedWithJSON/README.md",
"stepCount": 4
},
"gettingStartedWithAstraBlock": {
"locale": "en-us",
"title": "Build Web3 Apps with Astra Block ⚡️",
"description": "Learn how to stream real-time, human-readable blockchain data to your Astra database.",
"skillLevel": "Beginner",
"timeToComplete": "10 minutes",
"recommendedLinks": [{
"url": "https://github.com/datastax/block-explorer",
"text": "Block Explorer Sample App"
}],
"recommendedGuides": [
"overviewOfAstraDB", "introToDataWithAstraDB"
],
"contentSrc": "gettingStartedWithAstraBlock/README.md",
"stepCount": 3
}
}
}