Skip to content
Snippets Groups Projects
Commit 900d991b authored by Klandermans, Bert's avatar Klandermans, Bert
Browse files

Update README.md

parent 0254ff5b
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,16 @@
* Collect data from different stations
* Run queries in separated environments without granting access to all the data
## how does the farm data train work?
## How does the farm data train work?
* A model / notebook is collecting data from each station
* Each station:
* pulls the model from the git repository
* pulls the model from the Git repository
* builds the container
* run the notebook
* add code and collect the data
* add code
* collect the data
* remove private keys / data
* commit & push the project to Git
## Run the in the container
```bash
......@@ -16,9 +19,11 @@ $ git pull git@git.wur.nl:kland001/farm-data-train.git
$ docker build -t fdt .
$ docker run -p 8888:8888 fdt -v .:/home
```
* copy the url from the terminal and paste it in the browser
* run the notebook
* push the code to the repository
## Commit & push the project to the git repository
```bash
$ git commit . -m"added data from station2"
$ git push
```
## Links
* Preview the Notebook on Google Colaboratory https://colab.research.google.com/drive/1_XwFW8BEKRIyKtVr96iqqmUc407tZob1?usp=sharing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment