Skip to content

Argus Database Design #1

@rockleona

Description

@rockleona

We are planning to use SQLite as the database, and the data should be de-identification, we will receive data from KKTIX webhook and remove personal data.

Table Ticket

type: text, Enum("order_activated_paid", "order_cancelled")

order_id: text
ticket_id: text
event_slug: text
timestamp: int (unix time)
ticket_type: text

Table Event

slug: text, primary
name: text
kktix_webhook_uri: text
discord_webhook_uri: text

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions