Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 383 Bytes

db-setup.md

File metadata and controls

18 lines (11 loc) · 383 Bytes

Database Setup

I am using timescale for ingestion but you can use anything there might be changes in the code accordingly

Tables

  • Users // Handling the user and api keys etc

    • id: uuid // This id works as api-key
    • username: String
    • createdAt: Date
    • updatedAt: Date
  • ServerStats // Ingestion of server stats

  • OnchainStats // Ingestion of onchain stats