steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.

AGPL-3.0 License

Stars
6.9K
Committers
44

Bot releases are visible (Hide)

steampipe - v0.2.5

Published by github-actions[bot] over 3 years ago

steampipe - v0.2.4

Published by github-actions[bot] over 3 years ago

steampipe - v0.2.3

Published by github-actions[bot] over 3 years ago

steampipe - v0.2.2

Published by github-actions[bot] over 3 years ago

steampipe - v0.2.1

Published by github-actions[bot] over 3 years ago

steampipe - v0.2.0

Published by github-actions[bot] over 3 years ago

steampipe - v0.1.3

Published by github-actions[bot] over 3 years ago

steampipe - v0.1.2

Published by github-actions[bot] over 3 years ago

steampipe - v0.1.1

Published by github-actions[bot] over 3 years ago

steampipe - v0.0.17

Published by github-actions[bot] almost 4 years ago

improvements

  • Rename steampipe plugin remove to steampipe plugin uninstall
  • Tidy up user experience and log messages during first install.
  • Put public schema first in the search_path (not last) for easier use
  • Check that the required FDW version is installed.
  • Add version check service, to notify when update is available.
  • steampipe service stop should not stop if service was started by query.
  • Remove url from plugin install error message.
steampipe - v0.0.16

Published by github-actions[bot] almost 4 years ago

improvements

  • Update postgres setup - add steampipe database and user, move FDW tables into steampipe schema, update permissions to protect users.
  • Add autocomplete for meta-commands.
  • Service management improvements - only a single query session can run (unless service start was run previously)
steampipe - v0.0.15

Published by github-actions[bot] almost 4 years ago

improvements

  • add public to search_path
  • add support for inet and cidr quals

bug fixes

  • the search path was being set twice