https://github.com/turbot/steampipe-plugin-papertrail
Use SQL to instantly query Papertrail resources. Open source CLI. No DB required.
https://github.com/turbot/steampipe-plugin-papertrail
hacktoberfest postgresql postgresql-fdw sql steampipe steampipe-plugin
Last synced: about 1 year ago
JSON representation
Use SQL to instantly query Papertrail resources. Open source CLI. No DB required.
- Host: GitHub
- URL: https://github.com/turbot/steampipe-plugin-papertrail
- Owner: turbot
- License: apache-2.0
- Created: 2021-11-17T14:01:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T21:49:42.000Z (over 2 years ago)
- Last Synced: 2025-01-01T16:24:28.737Z (over 1 year ago)
- Topics: hacktoberfest, postgresql, postgresql-fdw, sql, steampipe, steampipe-plugin
- Language: JavaScript
- Homepage: https://hub.steampipe.io/plugins/turbot/papertrail
- Size: 151 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Hello Plugin for Steampipe
## Examples for creators of Steampipe plugins
Learn about [Steampipe](https://steampipe.io/)
## Get started
Install go, then:
```
$ git clone https://github.com/judell/steampipe-plugin-hello
$ cp ./config/hello.scp ~/.steampipe/config
$ make
$ steampipe query
> select * from hello order by id
+----+----------+-------------------+
| id | greeting | json |
+----+----------+-------------------+
| 1 | Hello | {"hello":"world"} |
| 2 | Hello | {"hello":"world"} |
| 3 | Hello | {"hello":"world"} |
+----+----------+-------------------+
```