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

[EPIC] Add Jdbc catalog support in Graviton #573

Closed
7 tasks done
Clearvive opened this issue Oct 24, 2023 · 0 comments · Fixed by #656
Closed
7 tasks done

[EPIC] Add Jdbc catalog support in Graviton #573

Clearvive opened this issue Oct 24, 2023 · 0 comments · Fixed by #656
Assignees

Comments

@Clearvive
Copy link
Contributor

Clearvive commented Oct 24, 2023

Describe the proposal

Jdbc tables are widely used in the industry, so we should establish a directory to support managing jdbc.

  1. Database connection management and driver support: In the application, use the JDBC API to establish a connection to the database.
  2. Connection Pool Management
  3. SQL queries and operations
  4. Database Table and View Management
  5. Unit testing and integration testing

Task list

@Clearvive Clearvive added this to the Graviton 0.3.0 milestone Oct 24, 2023
@Clearvive Clearvive self-assigned this Oct 24, 2023
jerryshao pushed a commit that referenced this issue Nov 8, 2023
### What changes were proposed in this pull request?

Regarding JDBC as a catalog, we should complete its design on how to use
it in Gravitino.

### Why are the changes needed?

Fix: #573 

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
No

---------

Co-authored-by: Clearvive <clearvive@datastrato.com>
@Clearvive Clearvive reopened this Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant