Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Meeting Notes of Meetup on 28th Sept 2017

Ankur Sawhney edited this page Sep 28, 2017 · 1 revision

A basic overview of the project was discussed as per the arcitecture at https://goo.gl/FSWfbX

It says that there will be a front-end written in Vue Js. This will talk to a Django API layer which saves the state in a PostGRes Db and requests any further processing( like test creation, result generation, etc. ) to the celery( which is a distributed task queue ). So, the tasks are performed by some compute 'worker' at the end BUT which worker the task should go to is something celery decides after checking how loaded/free each worker is...The processed task's response is sent VIA CELERY to the Django API layer again which sends it to Vue for rendering

  1. There are going to be four umbrella projects under OpenRank initiative( check https://github.com/coderplex/OpenRank/projects )

  2. Work will start under 'Backend API and Database' project first. Tasks will start getting added from tomorrow. So, people will be free to take them up from then !!

  3. Full-fledged coding shall begin from 1st October onwards. So, for anyone looking to learn any of the tools used, it was recommended to go through the links/ resources mentioned on the wiki page

Whats tools are involved in this project - i) Django API framework of Python ii) PostGres Db

NOTE : A basic overview of Django will be given tomorrow at 9 PM. The details of the platform would be shared on #openrank channel in 'Discord' itself

Clone this wiki locally