Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enova/audit_star
Database change auditing.
https://github.com/enova/audit_star
Last synced: about 1 month ago
JSON representation
Database change auditing.
- Host: GitHub
- URL: https://github.com/enova/audit_star
- Owner: enova
- License: mit
- Created: 2017-11-08T20:44:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T17:54:45.000Z (about 3 years ago)
- Last Synced: 2024-06-19T02:10:24.761Z (6 months ago)
- Language: Go
- Size: 45.9 KB
- Stars: 8
- Watchers: 8
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit.yml.example
Awesome Lists containing this project
README
# Audit Star [![Build Status](https://travis-ci.org/enova/audit_star.svg?branch=master)](https://travis-ci.org/enova/audit_star)
The purpose of audit_star is to maintain a history of all of the changes that happen to a database, and to store the history of those changes within the database itself. Additional documentation is provided by clicking the docs badge above.
## Basic usage
1. Install [Go](https://golang.org/)
2. ```go get github.com/enova/audit_star```
3. configure the audit.yml file for that database
4. ```./audit_star```## Documentation
[General Description](docs/index.md)
[Deployment](docs/deployment.md)
[Testing](docs/testing.md)## Contributing
Contribution to improve this project in any way are always welcome. Steps:
1. Fork project
2. Make changes in a separate branch
3. Write tests
4. Make a PR and mention the authors## Contributors
* [Sri Rangarajan](https://github.com/Slania)
* [Sam Elston]
* [Kelmer Perez]
* [Youssef Kaiboussi](https://github.com/YoussefKaib)## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).