Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Aug 11, 2023
1 parent 0119287 commit 22a3ab6
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
rm -rf ./build
mkdir ./build
cp ./README.md ./build/
mkdir ./build/data/assets
cp ./data/assets/* ./build/data/assets/
- name: Publish Website
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<br/>
<p align="center"><img width=60% src="https://github.com/apperception-db/spatialyze/assets/30903997/236e320c-58a0-4d95-a268-20088c7c2d14"></p>
<p align="center"><img width=60% src="./data/assets/spatialyze.svg"></p>

<h2 align="center">A Geospatial Video Analytic System with Spatial-Aware Optimizations</h2>
<p align="center">
Expand Down Expand Up @@ -87,10 +87,10 @@ pip install lap # a bug in lap/poetry/conda that lap needs to be installed usin
### Start Spatialyze Geospatial Metadata Store [MobilityDB](https://github.com/MobilityDB/MobilityDB)
```bash
docker volume create spatialyze-gs-store-data
docker run --name "spatialyze-gs-store" \
-d \
-p 25432:5432 \
-v spatialyze-gs-store-data:/var/lib/postgresql \
docker run --name "spatialyze-gs-store" \
-d \
-p 25432:5432 \
-v spatialyze-gs-store-data:/var/lib/postgresql \
mobilitydb/mobilitydb
```
Setup the MobilityDB with customized functions
Expand Down
Binary file added data/assets/spatialyze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions data/assets/spatialyze.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22a3ab6

Please sign in to comment.