Skip to content

Instantly share code, notes, and snippets.

View aitchkhan's full-sized avatar
💭
Ehsaan

Haroon Khan aitchkhan

💭
Ehsaan
View GitHub Profile

1. Compile nginx with rtmp module

Clone nginx-rtmp-module

$ git clone https://github.com/sergey-dryabzhinsky/nginx-rtmp-module.git

Install nginx dependencies

@aitchkhan
aitchkhan / Nehal-Progress-Tracker.md
Last active October 12, 2022 09:42
Nehal Progress Tracker

ERD feedback:

ERD

  1. We need just one table for users, which will contain all user information. Hence, we will not need registration, login, reset_password, account_info.
  2. Customer contact form does not need a customer reference. because, we assume that this is an anonymous user.
  3. We don't need Customer table either, because orders can be associated with User tables directly.
  4. Product table can be renamed to Vehicles.
  5. Order can be renamed to Receipts.
  6. We can move all the fields of Order_details to Receipt
  sequenceDiagram
    participant User
    participant WebApplication
    participant Cache
    participant TriggerService
    participant Mainframe

    User ->> WebApplication: Access rates page
 WebApplication ->> Cache: Check cache for rates