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.
2018-06-24 21:26:40 +02:00
2018-06-24 21:16:26 +02:00
2018-06-24 21:16:26 +02:00
2018-06-24 21:16:26 +02:00
2018-06-24 21:16:26 +02:00
2018-06-24 21:16:26 +02:00
2018-06-24 21:16:26 +02:00
2018-06-24 21:16:26 +02:00

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

  1. install dependencies $ pip install -r requirements.txt
  2. Setup database $ docker-compose up
  3. Run migrations $ python manage.py migrate
  4. (Optional) setup Blender ID endpoint $ export=BLENDER_ID_ENDPOINT=https://www.blender.org/id/
  5. (Optional) setup Blender Opendata endpoint $ export=BLENDER_OPENDATA_ENDPOINT=http://localhost:5000/
  6. Run application $ python manage.py runserver

Try it out

  1. Submit an example benchmark with a valid Blender ID token $ sh examples/example.sh examples/benchmark.json your-blender-id-token
  2. Visit [http://localhost:8000/], login with your Blender ID credentials and manage your benchmarks. You can view them in opendata or delete them
S
Description
My Data
Readme 473 KiB
Languages
Python 64.4%
Pug 16.5%
Shell 8.9%
JavaScript 4.8%
Sass 2.8%
Other 2.6%