A website to view ebird data.
My own instance serves data of Beijing(CN-11) and Jiangsu(CN-32).
- java
- mariadb
- lein
- npm
- babashka
Database migration and import tool.
- build:
lein uberjar
- run:
java -jar obmimport.jar -d <ebd.csv>
API server.
- build:
lein uberjar
- run:
java -jar obmserver.jar
A config.edn
is required for running API server. See config.edn.sample
for
reference.
The static website
- development:
npx shadow-cljs watch app
- build:
npm run release
We use babashka for deployment tasks. Example:
bb run deploy:all <ssh-host>