Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added arangodb #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Notes of SIG meetings are privately archived on the [eScience center sharepoint]

| Date | Topic | Presenter |
| -------------:|:------------------------------------------ |:---------- |
| 03-10-2022 | [ArangoDB](https://github.com/nlesc-sigs/data-sig/pull/61) | Stefan |
| 22-03-2021 | [Time-series data generator](https://github.com/nlesc-sigs/data-sig/issues/57) | Erik |
| 22-02-2021 | [Nanopublications](https://github.com/nlesc-sigs/data-sig/issues/55) | Robin |
| 30-11-2020 | [23 things research data](https://github.com/nlesc-sigs/data-sig/issues/52) and [Mapping OWL -> YAML -> DDL](https://github.com/nlesc-sigs/data-sig/issues/54) | Mateusz and Pablo L. |
Expand Down
15 changes: 15 additions & 0 deletions workshops/arangodb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ArangoDB

ArangoDB is a scalable open-source multi-model database natively supporting graph, document and search.

https://www.arangodb.com/

Start database with Docker

```shell
docker run -e ARANGO_ROOT_PASSWORD=tutpw -p 8529:8529 arangodb/arangodb:3.9.3
```

Login to http://localhost:8529 with username `root` and password `tutpw`.

Follow tutorial from https://www.arangodb.com/docs/stable/getting-started-web-interface.html