Skip to content

Commit

Permalink
Update registry README with categories (#488)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Stanton <[email protected]>
  • Loading branch information
EvanHStanton and Evan Stanton authored Oct 13, 2023
1 parent 52cf17f commit 48a585e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,42 @@ in its database and compiled extension artifacts in AWS S3. Features include:
- Usage metrics to provide insight into popular and well-maintained extensions
- Version tracking and new release email notifications

## Usage
### Extension Categories
Extensions are grouped according to developer-centric use cases:

`Analytics` - Interrogate data to extract meaningful insights.

`Auditing / Logging` - Monitor and record database activities.

`Change Data Capture` - Track and apply database changes to targeted objects or processes.

`Connectors` - Integrate and interact with external data sources, systems, and services.

`Data / Transformations` - Streamline data loading, transformation processes, and basic data type management.

`Debugging` - Identify and resolve issues.

`Index / Table Optimizations` - Improve performance by targeting index use and creation, as well as database compaction and reorganization.

`Machine Learning` - Incorporate machine learning capabilities.

`Metrics` - Spotlight performance indicators, such as cache and tuple-level statistics, process information, session-level activity, and more.

`Monitoring` - Offer real-time or near-real-time database activity and performance.

`Orchestration` - Establish ongoing database management related, but not limited to operations, deployment, or clusters.

`Procedural Languages` - Enable efficient management, manipulation, and adaptation of database logic.

`Query Optimizations` - Augment query experiences surrounding metrics observability and usability.

`Search` - Facilitate more efficient search operations within a database.

`Security` - Employ defense strategies for data and databases, including encryption, measures to prevent unauthorized access, and with other associated safeguarding tactics.

`Tooling / Admin` - Extend user management and database system oversight, as well as “under-the-hood” access to logic modification and external resources.

## Development
### Getting Started

Expand Down

0 comments on commit 48a585e

Please sign in to comment.