3dgeo-heidelberg / pytreedb

Python package providing a file and object-based database to store tree objects.
Other
28 stars 4 forks source link

Set up production webserver / API for showcase #46

Closed bhoefle-3dgeo closed 2 years ago

bhoefle-3dgeo commented 2 years ago

Implement API on syssifoss server in a production mode (via Apache etc.) to have a running instance as example server for users to test and work with the datasets from the SYSSIFOSS project.

Targeted endpoint: http://syssifoss.geog.uni-heidelberg.de/pytreedb

bhoefle-3dgeo commented 2 years ago

Please check this one.

lwiniwar commented 2 years ago

Endpoint was changed to http://pytreedb.geog.uni-heidelberg.de/

https://github.com/3dgeo-heidelberg/pytreedb/blob/ce5475547f71b65b628d7a2284f1c9a287e0ee45/examples_api/example.R#L38

lwiniwar commented 2 years ago

API tests are connected to #44. @annachiu7 are the endpoints finalized?

annachiu7 commented 2 years ago

API tests are connected to #44. @annachiu7 are the endpoints finalized?

Not yet. I'll still have to work on the downloading aspect next week

annachiu7 commented 2 years ago

API tests are connected to #44. @annachiu7 are the endpoints finalized?

@lwiniwar I changed 3 endpoints on the branch huge_dl and the pull request is here #53

lwiniwar commented 2 years ago

API tests now use (a) local mongodb, local flask server (b) cloud mongodb, local flask server (c) cloud mongodb, pytreedb.geog.uni-heidelberg.de server

(see d2729b8)