-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Description
This is a subtask of the issue #7736
We capture only high-priority Libraries and Connectors in this task, listed below
Tier 1: High Priority (Core Functionality, Widely Adopted, Critical Integrations)
These modules and connectors are fundamental, heavily used, or critical for common business scenarios and should be reviewed with the highest priority.
Library Connectors
-
-
http: Absolutely essential for almost any modern application interacting with web services (REST APIs).
-
-
-
io: Fundamental for input/output operations, ubiquitous. - PR SENT
-
-
-
log: Critical for debugging, monitoring, and auditing applications. - PR SENT
-
-
-
time: Frequently used for handling timestamps, durations, and scheduling. - PR SENT
-
-
-
url: Important for parsing and manipulating URLs.
-
-
-
crypto: Essential for security, encryption, and hashing.
-
-
-
jwt: Crucial for modern authentication and authorization.
-
-
-
oauth2: Widely used for delegated authorization.
-
Handwritten Connectors
-
-
mysql: One of the most popular relational databases.
-
-
-
postgresql: Another extremely popular and robust relational database.
-
-
-
mongodb: Leading NoSQL document database.
-
-
-
aws.dynamodb: Key-value and document database service from AWS, heavily used in cloud-native applications.
-
-
-
redis: In-memory data structure store, used for caching, message queues, etc.
-
-
-
java.jdbc: Standard for connecting to relational databases from Java, very common in enterprise environments.
-
-
-
salesforce: Widely used CRM platform, critical for many businesses.
-
I skipped the generated connectors from this list, as they should be in the specification and have a separate task to capture them.
Version
No response
Reactions are currently unavailable