From 829b57b0601ac2d3b85b8f35d6cbdd9da2dde200 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Fri, 16 Sep 2022 10:11:57 +0200 Subject: [PATCH 1/2] Added arangodb --- workshops/arangodb/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 workshops/arangodb/README.md 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 From 2bdcb591d0c80de956efa471fa868766c8e708e9 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Mon, 31 Oct 2022 12:15:15 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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. |