-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmkdocs.yml
219 lines (205 loc) · 7.17 KB
/
mkdocs.yml
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
# ------------------------------------------------------
# Page tree
# ------------------------------------------------------
nav:
- index.md
- Getting Started:
- Getting Started With Astra: pages/astra/index.md
- Astra Core:
- ‣ Create Account: pages/astra/create-account.md
- ‣ Create Token: pages/astra/create-token.md
- ‣ Astra CLI: pages/astra/astra-cli.md
- ‣ FAQ: pages/astra/faq.md
- AstraDB:
- ‣ Create Database: pages/astra/create-instance.md
- ‣ Secure Connect Bundle: pages/astra/download-scb.md
- ‣ Resume a database: pages/astra/resume-db.md
- ‣ Multi Regions: pages/astra/multi-regions.md
- ‣ CQL Proxy: pages/astra/cqlproxy.md
- Astra Streaming:
- ‣ Create Topic: pages/astra/create-topic.md
- ‣ CDC for Astra Streaming: pages/astra/cdc-for-astra.md
- Data Management:
- Home: pages/data/index.md
- Load Data:
- ‣ Astra Data Loader: pages/data/load/astra-data-loader.md
- ‣ DSBulk: pages/data/load/dsbulk.md
- ‣ NoSQL Bench: pages/data/load/nosqlbench.md
- Explore Data:
- ‣ Cqlsh: pages/data/explore/cqlsh.md
- ‣ Netflix Data Explorer : pages/data/explore/netflix-data-explorer.md
- ‣ Datagrip: pages/data/explore/datagrip.md
- ‣ DBSchema: pages/data/explore/dbschema.md
- ‣ DBeaver: pages/data/explore/dbeaver.md
- ‣ Grafana: pages/tools/integration/grafana.md
- ‣ MindsDB: pages/data/explore/mindsdb.md
- ‣ Presto: pages/data/explore/presto.md
- ‣ Tableau: pages/data/explore/tableau.md
- ‣ TablePlus: pages/data/explore/tableplus.md
- ‣ Trino: pages/data/explore/trino.md
- Data Modelling:
- ‣ Kashliev KDM: http://kdm.kashliev.com/
- Develop with Astra:
- List: pages/develop/index.md
- Stargate Apis:
- • Document: pages/develop/api/document.md
- • REST: pages/develop/api/rest.md
- • graphQL: pages/develop/api/graphql.md
- • gRPC: pages/develop/api/grpc.md
- Languages:
- • Java: pages/develop/languages/java.md
- • Javascript: pages/develop/languages/javascript.md
- • Python: pages/develop/languages/python.md
- • GoLang: pages/develop/languages/go.md
- • CSharp: pages/develop/languages/csharp.md
- • Scala: pages/develop/languages/scala.md
- • Rust: pages/develop/languages/rust.md
- Frameworks:
- • Spring: pages/develop/frameworks/spring.md
- • Quarkus: pages/develop/frameworks/quarkus.md
- • Micronaut: pages/develop/frameworks/micronaut.md
- • Lagom: pages/develop/frameworks/lagom.md
- • FastAPI: pages/develop/frameworks/fastapi.md
- • Flask: pages/develop/frameworks/flask.md
- Platform:
- • AWS Lambda Functions: pages/develop/platform/aws-lambda-function.md
- • Google Cloud Functions: pages/develop/platform/google-cloud-function.md
- Third-Party Tools:
- Tools List: pages/tools/index.md
- Databases:
- • JanusGraph : pages/tools/databases/janusgraph.md
- Developers IDE:
- • DataStation : pages/tools/ide/datastation.md
- • Eclipse : pages/tools/ide/eclipse.md
- • Gitpod : pages/tools/ide/gitpod.md
- • IntelliJ : pages/tools/ide/intellij.md
- • VSCode : pages/tools/ide/vscode.md
- Notebooks:
- • Jupyter Notebooks : pages/tools/notebooks/jupyter.md
- • DataStax Studio : pages/tools/notebooks/datastax-studio.md
- • Apache Zeppelin : pages/tools/notebooks/zeppelin.md
- Data Visualization:
- • Grafana: pages/tools/integration/grafana.md
- Integration Middlewares:
- • Apache Airflow : pages/tools/integration/apache-airflow.md
- • Apache Flink : pages/tools/integration/flink.md
- • Apache Nifi : pages/tools/integration/apache-nifi.md
- • Apache Spark : pages/tools/integration/apache-spark.md
- • Authorizer : pages/tools/integration/authorizer.md
- • Cadence : pages/tools/integration/cadence.md
- • Celery : pages/tools/integration/celery.md
- • Feast : pages/tools/integration/feast.md
- • HashiCorp Vault : pages/tools/integration/vault.md
- • Liquibase : pages/tools/integration/liquibase.md
- • Pentaho Data Integration : pages/tools/integration/pentaho.md
- • Quine : pages/tools/integration/quine.io.md
- • StepZen : pages/tools/integration/stepzen.md
- • Temporal : pages/tools/integration/temporal.md
- Plugins:
- • HashiCorp Vault : pages/tools/plugins/astradb-vault-plugin.md
- Contact Us:
- • Contact Us : pages/contact/index.md
# ------------------------------------------------------
# Settings
# ------------------------------------------------------
# Project information
site_name: Awesome-Astra
site_url: https://awesome-astra.github.io
site_author: Cedrick Lunven
site_description: >-
Your Wiki to implement Awesome Applications with Astra
# Repository
repo_name: awesome-astra/docs
repo_url: https://github.com/awesome-astra/docs
edit_uri: ""
# Theme
theme:
name: material
language: en
favicon: img/favicon.svg
logo: img/favicon.ico
custom_dir: docs/overrides
features:
- content.code.annotate
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to dark mode
extra_javascript:
- /assets/javascripts/carousel.js
include_search_page: false
search_index_only: true
# Markdown Support
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- fontawesome_markdown
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
#- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Plugins
plugins:
- search
- git-revision-date
#- render_swagger
# Customization
extra:
analytics:
provider: google
property: G-MDYTQ5XG33
social:
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCAIQY251avaMv7bBv5PCo-A
- icon: fontawesome/brands/github
link: https://github.com/clun
- icon: fontawesome/brands/twitter
link: https://twitter.com/clunven
- icon: fontawesome/brands/discord
link: https://dtsx.io/discord