Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update registry README with categories #488

Merged
merged 2 commits into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading