Skip to content

Commit

Permalink
Fix readme logo and update link to demo video (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
chandru89new authored Jan 30, 2025
1 parent 58102dd commit ed06309
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 10 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Tailpipe version (`tailpipe -v`)**
Example: v0.1.0

**To reproduce**
Steps to reproduce the behavior (please include relevant code and/or commands).

**Expected behavior**
A clear and concise description of what you expected to happen.

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/release_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Tailpipe Release
about: Tailpipe Release
title: "Tailpipe v<INSERT_VERSION_HERE>"
labels: release
---

#### Changelog

[Tailpipe v<INSERT_VERSION_HERE> Changelog](https://github.com/turbot/tailpipe/blob/v<INSERT_VERSION_HERE>/CHANGELOG.md)

## Checklist

### Pre-release checks

- [ ] All PR acceptance test pass in `tailpipe`
- [ ] Update check is working
- [ ] Tailpipe Changelog updated and reviewed

### Release Tailpipe

- [ ] Merge the release PR
- [ ] Trigger the `01 - Tailpipe: Release` workflow. This will create the release build.

### Post-release checks

- [ ] Update Changelog in the Release page (copy and paste from CHANGELOG.md)
- [ ] Test Linux install script
- [ ] Test Homebrew install
- [ ] Release branch merged to `develop`
- [ ] Raise Changelog update to `tailpipe.io`, get it reviewed.
- [ ] Merge Changelog update to `tailpipe.io`.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[<picture><source media="(prefers-color-scheme: dark)" srcset="https://tailpipe-io.vercel.app/images/tailpipe_wordmark.svg"><source media="(prefers-color-scheme: light)" srcset="https://tailpipe-io.vercel.app/images/tailpipe_wordmark.svg"><img width="67%" alt="Tailpipe Logo" src="https://tailpipe-io.vercel.app/images/tailpipe_wordmark.svg"></picture>](https://tailpipe-io.vercel.app)
<a href="https://tailpipe.io"><img width="67%" src="https://tailpipe.io/images/pipeling-wordmarks/tailpipe_wordmark.svg" /></a>

[![plugins](https://img.shields.io/badge/plugins-5-blue)](https://hub.tailpipe-io.vercel.app/) &nbsp;
[![plugins](https://img.shields.io/badge/mods-14-blue)](https://hub.tailpipe-io.vercel.app/) &nbsp;
Expand All @@ -17,18 +17,24 @@

**Built to build with**. Define detections as code, extend functionality with plugins and write custom SQL queries.

## Demo time!

**[Watch on YouTube →](https://www.youtube.com/watch?v=IR9MK1DMvW4)**

<a href="https://www.youtube.com/watch?v=IR9MK1DMvW4"><img alt="tailpipe demo" width=500 src="https://tailpipe.io/images/video_preview.png"></a>

## Documentation

See the [documentation](https://tailpipe-io.vercel.app/docs) for:
See the [documentation](https://tailpipe.io/docs) for:

- [Getting started](https://tailpipe-io.vercel.app/docs)
- [It's just SQL!](https://tailpipe-io.vercel.app/docs/sql)
- [Managing Tailpipe](https://tailpipe-io.vercel.app/docs/manage)
- [CLI commands](https://tailpipe-io.vercel.app/docs/reference/cli)
- [Getting started](https://tailpipe.io/docs)
- [It's just SQL!](https://tailpipe.io/docs/sql)
- [Managing Tailpipe](https://tailpipe.io/docs/manage)
- [CLI commands](https://tailpipe.io/docs/reference/cli)

## Install Tailpipe

Install Tailpipe from the [downloads](https://tailpipe-io.vercel.app/downloads) page:
Install Tailpipe from the [downloads](https://tailpipe.io/downloads) page:

```sh
# MacOS
Expand All @@ -37,12 +43,12 @@ brew install turbot/tap/tailpipe

```
# Linux or Windows (WSL2)
sudo /bin/sh -c "$(curl -fsSL https://tailpipe-io.vercel.app/install/tailpipe.sh)"
sudo /bin/sh -c "$(curl -fsSL https://tailpipe.io/install/tailpipe.sh)"
```

## Install a plugin

Install a plugin for your favorite service (e.g. [AWS](https://hub.tailpipe-io.vercel.app/plugins/turbot/aws), [Azure](https://hub.tailpipe-io.vercel.app/plugins/turbot/azure), [GCP](https://hub.tailpipe-io.vercel.app/plugins/turbot/gcp), [Pipes](https://hub.tailpipe-io.vercel.app/plugins/turbot/pipes).
Install a plugin for your favorite service (e.g. [AWS](https://hub.tailpipe.io/plugins/turbot/aws), [Azure](https://tailpipe.io/plugins/turbot/azure), [GCP](https://tailpipe.io/plugins/turbot/gcp), [Pipes](https://tailpipe.io/plugins/turbot/pipes).

```sh
tailpipe plugin install aws
Expand Down Expand Up @@ -146,7 +152,7 @@ Tailpipe version 0.1.0

This repository is published under the [AGPL 3.0](https://www.gnu.org/licenses/agpl-3.0.html) license. Please see our [code of conduct](https://github.com/turbot/.github/blob/main/CODE_OF_CONDUCT.md). Contributors must sign our [Contributor License Agreement](https://turbot.com/open-source#cla) as part of their first pull request. We look forward to collaborating with you!

[Tailpipe](https://tailpipe-io.vercel.app) is a product produced from this open source software, exclusively by [Turbot HQ, Inc](https://turbot.com). It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our [Open Source FAQ](https://turbot.com/open-source).
[Tailpipe](https://tailpipe.io) is a product produced from this open source software, exclusively by [Turbot HQ, Inc](https://turbot.com). It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our [Open Source FAQ](https://turbot.com/open-source).

## Get involved

Expand Down

0 comments on commit ed06309

Please sign in to comment.