Columns
| Column | Type | Description |
|---|---|---|
project_id | STRING | Identifier of the project. Every table that mentions a project joins on this. |
name | STRING | Display name. |
symbol | STRING | Ticker of the projectβs token, where one exists. |
market_sectors | ARRAY<STRING> | Every market sector tag on the project. |
primary_market_sector | STRING | The first element of market_sectors. One value per row. |
Sample queries
- Project identity
- Projects by sector
- Projects with several apps
project_id is the key every project table joins on, and market_sectors holds every tag on the project.