diff --git a/README.md b/README.md index 8670fed..c93374c 100644 --- a/README.md +++ b/README.md @@ -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. | diff --git a/workshops/arangodb/README.md b/workshops/arangodb/README.md new file mode 100644 index 0000000..3ef98b8 --- /dev/null +++ b/workshops/arangodb/README.md @@ -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