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

CockroachDB: Basic query support #8788

Closed
24 tasks done
plcplc opened this issue Aug 11, 2022 · 2 comments
Closed
24 tasks done

CockroachDB: Basic query support #8788

plcplc opened this issue Aug 11, 2022 · 2 comments
Labels

Comments

@plcplc
Copy link
Contributor

plcplc commented Aug 11, 2022

Our initial support for v22.1 CockroachDB should include just that of running basic queries.

The scope of this is that a user should be able to, via the console:

  1. Add a cockroachdb source on a page branded as such.
  2. Create and track tables
  3. Run a graphql query that exercises filters and aggregations.

The following are excluded from the scope of basic queries and can be implemented afterwards:

  1. Track object and array relationships
  2. Set query permissions
  3. Run a graphql query that exercises relationships.

In order for the GraphQL-Engine to be able to support this, the following gaps need to be closed (to be made into separate issues):

General infrastructure:

On the server side:

On the console side:

Docs:

Incoming support/fixes from CRDB team (in rough priority order):

@plcplc plcplc added Epic c/console Related to console c/server Related to server cockroachdb labels Aug 11, 2022
@sassela sassela transferred this issue from another repository Aug 15, 2022
@sassela sassela transferred this issue from another repository Aug 15, 2022
@robertjdominguez robertjdominguez changed the title CockroachDB: Query support Server: CockroachDB query support Aug 25, 2022
@sassela sassela changed the title Server: CockroachDB query support CockroachDB: Basic query support Aug 30, 2022
@sassela
Copy link
Contributor

sassela commented Aug 31, 2022

just added #8891 to this list, which we'll estimate later

@sassela
Copy link
Contributor

sassela commented Jan 27, 2023

Released in v2.15.0! Closing

@sassela sassela closed this as completed Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants