An open API service indexing awesome lists of open source software.

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.

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"} |
+----+----------+-------------------+

```