Skip to content

Instantly share code, notes, and snippets.

View thelostone-mc's full-sized avatar
🤖
/co(de|ok|ffee)/g

Aditya Anand M C thelostone-mc

🤖
/co(de|ok|ffee)/g
  • Allo, ex-gitcoin , ex-paypal
  • Tamil Nadu, India
View GitHub Profile

Tasks

An Intro

I came across Gitcoin in December on a reddit channel! Sounded interesting, looked it up and started checking out the code base. In my head: Oh this looks fun! ( Not another dog-eat-dog setup ) Focuses on helping people learn + make money + network.

@thelostone-mc
thelostone-mc / schema.md
Created October 7, 2017 20:25
porter - design board

Database Schema

Going with a traditional RDMS approach:

Pro

  • As it allows to multiple access points (import and export becomes easy)
  • Lets you model as per the logical model
  • maintains transactionality via ACID which is much needed