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.
1313
1414To try out this example, you will need [ Docker] ( https://www.docker.com/get-started/ ) installed. Docker is used to
1515create 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
1717instance of MarkLogic locally, it is recommended to stop that instance first. Note that the pgadmin instance is included
1818solely 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.
2020
2121## Setting up the Docker containers
2222
You can’t perform that action at this time.
0 commit comments