Skip to content

Commit 90d582d

Browse files
committed
Add README with some basic info
1 parent b39e6bb commit 90d582d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Jupyter Notebooks examples gallery
2+
3+
Here you can find some tailored Jupyter Notebooks examples on how to interact with Mergin Maps Python API client.
4+
5+
These examples are split into scenarios in order to highlight some of the core capabilities of the Mergin Maps API.
6+
7+
## [Scenario 1](01_users.ipynb) - Users Management
8+
On this scenario you'll create some random users from an existing CSV into Mergin Maps, change user's `ROLE` on a `WORKSPACE` and `PROJECT` perspective as well remove user's from a specific project.
9+
10+
## [Scenario 2](02_sync.ipynb) - Synchronization
11+
On this scenario you'll learn on how to do basic synchronization (`PUSH`, `PULL`) of projects with the Mergin Maps Python API client.
12+
13+
## [Scenario 3](03_projects.ipynb) - Projects Management
14+
On this scenario you'll learn how to manage project with the Mergin Maps Python API client, namely how to clone projects and how to separate team members in isolated projects from the cloned template.

0 commit comments

Comments
 (0)