This repository has been archived on 2023-02-07 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
1c3e0eae0bbcf4e3d5e89e71b2592d55ab20cd95
Blender Mydata
Public open data portal for benchmark results
Development setup
After cloning the Git repo, perform these steps to create a working dev server: Make sure to have a running version of Blender Opendata first https://gitlab.com/Slemgrim/blender-open-data
- install dependencies
$ pip install -r requirements.txt - Setup database
$ docker-compose up - Run migrations
$ python manage.py migrate - (Optional) setup Blender ID endpoint
$ export=BLENDER_ID_ENDPOINT=https://www.blender.org/id/ - (Optional) setup Blender Opendata endpoint
$ export=BLENDER_OPENDATA_ENDPOINT=http://localhost:5000/ - Run application
$ python manage.py runserver
Try it out
- Submit an example benchmark with a valid Blender ID token
$ sh examples/example.sh examples/benchmark.json your-blender-id-token - Visit [http://localhost:8000/], login with your Blender ID credentials and manage your benchmarks. You can view them in opendata or delete them
Description
Languages
Python
64.4%
Pug
16.5%
Shell
8.9%
JavaScript
4.8%
Sass
2.8%
Other
2.6%