ODM2 / ODM2ControlledVocabularies

A Python/Django web application and REST API for managing the ODM2 Controlled Vocabularies, with SKOS and community moderation features.
http://vocabulary.odm2.org
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

consider using a tool like django-bakery to serve the site #30

Open jkreft-usgs opened 6 years ago

jkreft-usgs commented 6 years ago

Since the content of http://vocabulary.odm2.org/ is pretty much a whole pile of static files, only occasionally updated, you might be able to sidestep the scaling issues we saw today by generating a static version of the site for production.

https://django-bakery.readthedocs.io/en/latest/

emiliom commented 6 years ago

Thanks, @jkreft-usgs! This makes a lot of sense. Specially if we do conclude that the problem we experienced with JupyterHub today was really due to the vocabulary server choking due to concurrent use.