Skip to content

Commit

Permalink
Updated README for 1.0.0
Browse files Browse the repository at this point in the history
Included query system.
  • Loading branch information
Ignacio authored Feb 27, 2023
1 parent 1e531ff commit 4fe2478
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@

# Syncron

Easily fetch files from **S3 buckets** with a cli based application written in Golang.
Usage Patterns all in one cli based application written in Golang.

[![GoProject](https://img.shields.io/badge/Go-1.18+-00ADD8?style=for-the-badge&logo=go)](https://github.com/RedHatCRE/syncron) [![GoReport](https://img.shields.io/badge/Go_report-A+-success?style=for-the-badge&logo=none)](https://goreportcard.com/badge/github.com/redhatcre/syncron) ![License](https://img.shields.io/badge/license-apache_2.0-red?style=for-the-badge&logo=none)
</div>
<p align="center">
<img src="https://i.imgur.com/AtTFOVi.png">
</p>

## 🔧 Installation

Expand All @@ -24,7 +27,7 @@ Easily fetch files from **S3 buckets** with a cli based application written in G
- Check that Syncron has been properly installed on your environment by running
> `syncron -v`
> `syncron version 0.0.2`
> `syncron version 1.0.0`
- Make sure your gopath is added to your path
> `export PATH=$PATH:$(go env GOPATH)/bin`
Expand All @@ -51,7 +54,7 @@ To use Syncron, two important steps must be taken.
downloadDir: "<path where files will be downloaded>"
```

- Proper credentials must be present on running machine. Two options:
- For downloading files from a AWS buckets, proper credentials must be present on running machine. Two options:
- Credentials file at $HOME/.aws/credentials
- The credentials file has the following format:

Expand Down Expand Up @@ -107,6 +110,13 @@ syncron read-parquet [--flag] [option]
|--------|----------------------------------------------------------|--------|---------|-----------|
| `file` | What file to read. | `str` | `-` | Yes |
| `output` | Path to place unpacked file. | `str` | | Yes |

> ##### **Query data from database**
```bash
syncron queries
```

## ⚠️ License

`Syncron` is free and open-source software licensed under the [Apache 2.0 License](https://github.com/RedHatCRE/syncron/blob/main/LICENSE).

0 comments on commit 4fe2478

Please sign in to comment.