... | @@ -2,7 +2,7 @@ |
... | @@ -2,7 +2,7 @@ |
|
|
|
|
|
Updated with v1.0.
|
|
Updated with v1.0.
|
|
|
|
|
|
In this section we'll look at how to get MonetDB working with hotmapper.
|
|
In this section we'll look at how to get MonetDB working with HOTMapper.
|
|
#### Important:
|
|
#### Important:
|
|
The MonetDB Apr2019 (11.33.3) version should be avoided, because it has a bug when inserting into a table with multiple constraints. It's already fixed in their nightly build so you should be fine using any superior version or the August2018 one.
|
|
The MonetDB Apr2019 (11.33.3) version should be avoided, because it has a bug when inserting into a table with multiple constraints. It's already fixed in their nightly build so you should be fine using any superior version or the August2018 one.
|
|
|
|
|
... | @@ -32,14 +32,14 @@ $ monetdb release hotmapper-demo |
... | @@ -32,14 +32,14 @@ $ monetdb release hotmapper-demo |
|
#### Getting HOTMapper dependencies
|
|
#### Getting HOTMapper dependencies
|
|
Let's create a new virtual environment and install the requirements.
|
|
Let's create a new virtual environment and install the requirements.
|
|
|
|
|
|
Be sure that you have installed pip3 and python 3.5+.
|
|
Be sure that you have installed `pip3` and `python 3.5+`.
|
|
|
|
|
|
Install python3-venv, if you don't have it, using the command bellow.
|
|
Install `python3-venv`, if you don't have it, using the command bellow.
|
|
~~~Bash
|
|
~~~Bash
|
|
$ sudo apt-get install python3-venv
|
|
$ sudo apt-get install python3-venv
|
|
~~~
|
|
~~~
|
|
|
|
|
|
Inside the hotmapper folder execute the following commands:
|
|
Inside the HOTMapper folder execute the following commands:
|
|
~~~Bash
|
|
~~~Bash
|
|
$ python3 -m venv env
|
|
$ python3 -m venv env
|
|
$ source env/bin/activate
|
|
$ source env/bin/activate
|
... | | ... | |