-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs to techdocs format (#134)
- Loading branch information
Showing
8 changed files
with
303 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Contributing | ||
|
||
Klepto is a open source tool licensed under the MIT License, contributions are very welcomed! Some examples are: | ||
|
||
- Reporting/Fixing bugs | ||
- Adding new database support | ||
- Improving documentation | ||
|
||
If you would like to do so, please read the [contribution guidelines](https://github.com/hellofresh/klepto/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Klepto | ||
|
||
![klepto_logo](./assets/klepto_logo.png){ width=200 } | ||
|
||
Klepto is a tool for copying and anonymising data. | ||
|
||
## Features | ||
|
||
Klepto core features are: | ||
|
||
- Copy data to your local database or to stdout, stderr | ||
- Filter the source data | ||
- Anonymise the source data | ||
|
||
## Supported Databases | ||
|
||
- PostgreSQL | ||
- MySQL | ||
|
||
!!! note "Is your database missing?" | ||
Contributions are very welcomed, check our Contribution guide and add it to this list. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](https://github.com/hellofresh/klepto/blob/master/LICENSE) file for details |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Installing Klepto | ||
|
||
## Requirements | ||
|
||
Latest version of [pg_dump](https://www.postgresql.org/docs/10/static/app-pgdump.html) installed (*Only required when working with PostgreSQL databases*) | ||
|
||
## Installation | ||
|
||
Klepto is written in Go with support for multiple platforms. Pre-built binaries are provided for the following: | ||
|
||
- macOS (Darwin) | ||
- Windows | ||
- Linux | ||
|
||
You can download the binary for your platform of choice from the [releases page](https://github.com/hellofresh/klepto/releases). | ||
|
||
Once downloaded, the binary can be run from anywhere. We recommend that you move it into your `$PATH` for easy use, which is usually at `/usr/local/bin`. |
Oops, something went wrong.