File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/entity-aggregation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ the data into MarkLogic is a key feature to leverage these advantages.
13
13
14
14
To try out this example, you will need [ Docker] ( https://www.docker.com/get-started/ ) installed. Docker is used to
15
15
create an instance of MarkLogic, a PostgreSQL (referred to in this document as "Postgres")
16
- relational database, and [ pgadmin] ( https://www.pgadmin.org/ ) . You will also need Java 8 or higher , and if you are already running an
16
+ relational database, and [ pgadmin] ( https://www.pgadmin.org/ ) . You will also need Java 8 or Java 11 , and if you are already running an
17
17
instance of MarkLogic locally, it is recommended to stop that instance first. Note that the pgadmin instance is included
18
18
solely for users wishing to use it to explore the Postgres database; using pgadmin is outside the scope of this
19
- document.
19
+ document. If you do wish to use it, please see the [ docker-compose.yml ] file in this directory for login information.
20
20
21
21
## Setting up the Docker containers
22
22
You can’t perform that action at this time.
0 commit comments