Skip to content

Commit 4154090

Browse files
authored
Merge pull request #5 from singlestore-labs/update-structure
Rename folders/files
2 parents 749afd7 + 241e8ec commit 4154090

File tree

33 files changed

+48
-13
lines changed

33 files changed

+48
-13
lines changed

CONTRIBUTING.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# SingleStore Spaces Contributing Guide
2+
3+
## File structure
4+
5+
To add a new space you should create a new folder inside `/notebooks`.
6+
7+
Here are some requirements for the file structure
8+
9+
1. Folder name must be `kebab-case`
10+
2. Folder must contain a Jupyter Notebook called `notebook.ipynb`
11+
3. Folder must contain a `meta.toml` file which holds information about your SingleStore Space. See below for the structure of this file.
12+
13+
### `meta.toml` file
14+
15+
Your `meta.toml` file should have a `[meta]` section with the following keys:
16+
17+
- title: string
18+
- description: string (optional)
19+
- tags: string[] (optional)
20+
21+
Example:
22+
23+
```toml
24+
[meta]
25+
title="Atlas & Kai for Mongo Side-by-Side"
26+
description="Compare performance on same code from simple to more complex queries"
27+
tags=["mongodb", "kai"]
28+
```

notebooks/Launch Open-Source Apps with LangChain/meta.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

notebooks/Movie Recommendation/meta.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

notebooks/Semantic Search with OpenAI Embedding Creation/meta.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

notebooks/Semantic Search with OpenAI QA/meta.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

notebooks/Atlas & Kai for Mongo Side-by-Side/images/in-app-analytics.png renamed to notebooks/atlas-and-kai-for-mongo/images/in-app-analytics.png

File renamed without changes.

notebooks/Atlas & Kai for Mongo Side-by-Side/images/mongo-db-singlestore.png renamed to notebooks/atlas-and-kai-for-mongo/images/mongo-db-singlestore.png

File renamed without changes.

notebooks/Atlas & Kai for Mongo Side-by-Side/images/mongo-db-singlestoredb.png renamed to notebooks/atlas-and-kai-for-mongo/images/mongo-db-singlestoredb.png

File renamed without changes.

notebooks/Atlas & Kai for Mongo Side-by-Side/images/mongo-enabled-workspace.png renamed to notebooks/atlas-and-kai-for-mongo/images/mongo-enabled-workspace.png

File renamed without changes.

notebooks/Atlas & Kai for Mongo Side-by-Side/images/select-workspace-and-database.png renamed to notebooks/atlas-and-kai-for-mongo/images/select-workspace-and-database.png

File renamed without changes.

0 commit comments

Comments
 (0)