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

Add documentation about how to configure editor completion for IDE #4082

Open
remyleone opened this issue Jan 23, 2024 · 8 comments
Open

Add documentation about how to configure editor completion for IDE #4082

remyleone opened this issue Jan 23, 2024 · 8 comments
Labels
enhancement New feature or request stale No recent activity has been detected on this issue/PR and it will be closed

Comments

@remyleone
Copy link

Is your feature request related to a problem? Please describe.

When I'm in my IDE developing SQL queries for steampipe. I would like to have completion and documentation for the tables columns.

Describe the solution you'd like

I would like to have a documentation page that show how to configure my editor (vscode, intellij, ...) to find the right data source so that auto discovery of tables format could happen natively.
I don't mind using sqlite for making this easier

Describe alternatives you've considered

I think a postgres instance is run by steampipe in the background to make it happen but I don't know how to configure the IDE to connect to it without disturbing its behavior.

@remyleone remyleone added the enhancement New feature or request label Jan 23, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Mar 24, 2024
@pataquets
Copy link

Still relevant...

@github-actions github-actions bot removed the stale No recent activity has been detected on this issue/PR and it will be closed label Apr 19, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Jun 18, 2024
@pataquets
Copy link

Feeding the stalebot. Sorry for the comment noise.
@remyleone: any chance an issue can be tagged for the Stalebot to skip? (e.g. desired/accepted FRs with no milestone decided)

@github-actions github-actions bot removed the stale No recent activity has been detected on this issue/PR and it will be closed label Jun 19, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Aug 19, 2024
@pataquets
Copy link

Feeding the stalebot. Sorry for the comment noise.
@remyleone: any chance an issue can be tagged for the Stalebot to skip? (e.g. desired/accepted FRs with no milestone decided)

Copypasting...
/cc @remyleone

@e-gineer
Copy link
Contributor

Steampipe runs a standard postgres server embedded, so most IDEs can connect directly to Postgres to query information about the tables etc. Steampipe sets up the schemas, column comments, everything to support that.

One catch is that some IDEs don't support foreign tables in Postgres, so they don't find the Steampipe managed tables. (Many / most IDEs do.)

Service mode can be a good way to run steampipe for this capability and find the endpoint - https://steampipe.io/docs/managing/service

We've also documented many different ways to connect to Steampipe / Turbot Pipes at https://turbot.com/pipes/docs/connect

Is that what you need, or are you looking for something else?

@e-gineer e-gineer removed the stale No recent activity has been detected on this issue/PR and it will be closed label Aug 19, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale No recent activity has been detected on this issue/PR and it will be closed
Projects
None yet
Development

No branches or pull requests

3 participants