near.core Table: fact_developer_activity Type: View
Description
This table contains developer activity data sourced from GitHub repositories related to the NEAR Protocol ecosystem, capturing code commits, repository statistics, and development metrics. The data includes information about NEAR-related projects, developer contributions, and ecosystem growth indicators. This table provides insights into the developer community activity, project development velocity, and overall ecosystem health through external development metrics.Key Use Cases
- Developer ecosystem analysis and community growth tracking
- Project development velocity and activity monitoring
- Code contribution analysis and developer engagement metrics
- Repository health and maintenance activity tracking
- Ecosystem project discovery and categorization
- Developer retention and activity pattern analysis
- Cross-project collaboration and dependency analysis
Important Relationships
- Provides external context for blockchain activity analysis
- Supports ecosystem health metrics in
stats.ez_core_metrics_hourly - Enables correlation between developer activity and protocol usage
- Provides foundation for developer-focused analytics and reporting
- Supports project categorization and ecosystem mapping
Commonly-used Fields
repo_ownerandrepo_name: Essential for project identification and categorizationendpoint_name: Important for understanding the type of GitHub data captureddata: Critical for detailed developer activity analysis and metricsprovider: Useful for data source identification and reliability assessmentsnapshot_timestamp: Primary field for time-series analysis of developer activityendpoint_github: Important for linking to specific GitHub API endpoints
Columns
| Column Name | Data Type | Description |
|---|---|---|
| REPO_OWNER | TEXT | Repo owner |
| REPO_NAME | TEXT | Repo name |
| ENDPOINT_NAME | TEXT | Endpoint name for the data |
| DATA | VARIANT | Data from the endpoint |
| PROVIDER | TEXT | Provider for the data |
| ENDPOINT_GITHUB | TEXT | Endpoint for data |
| SNAPSHOT_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the data was inserted into the table |
| FACT_DEVELOPER_ACTIVITY_ID | TEXT | A unique identifier for the record. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which the record was initially created and inserted into this table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which this record was last modified by an internal process. |