Skip to content

Commit 4bdcf50

Browse files
Remove experimental Streamlit app
Closes #81
1 parent 94b55e3 commit 4bdcf50

File tree

3 files changed

+1
-167
lines changed

3 files changed

+1
-167
lines changed

README.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Some tests need a ClickHouse database server running locally.
130130
To start one in Docker:
131131

132132
```bash
133-
docker run --detach --rm --name mcbackend-db -p 9000:9000 --ulimit nofile=262144:262144 yandex/clickhouse-server
133+
docker run --detach --rm --name mcbackend-db -p 9000:9000 --ulimit nofile=262144:262144 clickhouse/clickhouse-server
134134
```
135135

136136
### Compiling the ProtocolBuffers
@@ -147,42 +147,3 @@ It also copies the generated files to the right place in `mcbackend`.
147147
```bash
148148
python protobufs/generate.py
149149
```
150-
151-
# Experimental: `mcbackend-server`
152-
This repository also includes an experimental Streamlit app for querying the ClickHouse backend and creating ArviZ plots already while an MCMC is still running.
153-
154-
⚠ This part will eventually move into its own repository. ⚠
155-
156-
First build the Docker image:
157-
158-
```
159-
docker build -t mcbackend-server:0.1.0 .
160-
```
161-
162-
Then start the container.
163-
The following two commands should be executed in the root path of the repository.
164-
165-
⚠ You may need to adapt the hostname line. ⚠
166-
167-
On Windows:
168-
```
169-
docker run ^
170-
--rm --name mcbackend-server ^
171-
-p 8501:8501 ^
172-
-e DB_HOST=%COMPUTERNAME% ^
173-
-v %cd%:/mcbackend ^
174-
-v %cd%/mcbackend-server/app.py:/mcbackend-server/app.py ^
175-
mcbackend-server:0.1.0
176-
```
177-
178-
179-
On Linux:
180-
```
181-
docker run \
182-
--rm --name mcbackend-server \
183-
-p 8501:8501 \
184-
-e DB_HOST=$hostname \
185-
-v $pwd:/mcbackend \
186-
-v $pwd/mcbackend-server/app.py:/mcbackend-server/app.py \
187-
mcbackend-server:0.1.0
188-
```

mcbackend-server/app.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

mcbackend-server/requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)