PHengLEI-docs/docs/retraced/overview.md

41 lines
1.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Introduction To Retraced
sidebar_label: Overview
---
# Introduction To Retraced
Retraced provides an audit log feature for your application; one that meets all of the principles of [what makes a good audit log](/docs/retraced/how-to-audit-log). Retraced provides both an API to send audit events to, and several different methods for your customers to view and extract their events.
Brought to you by BoxyHQ and [Replicated](https://www.replicated.com/). Check out our [GitHub repo](https://github.com/retracedhq/retraced)
## About Retraced
### Own your own data
- An open-source solution that allows you to keep control of your data
- Supports Postgres for now
- Built-in support for Elasticsearch (optional, Postgres search can be used instead)
### Flexible and easy to use
- Designed to work with REST APIs
- Integrates with your existing applications
- Comes with an embedded viewer that you can use with your React applications
### Support
Reach out to the maintainer at one of the following places:
- [GitHub Issues](https://github.com/retracedhq/retraced/issues)
- The email which is located [in GitHub profile](https://github.com/deepakprabhakara)
### Community
- [Discord](https://discord.gg/uyb7pYt4Pa)
- [Twitter](https://twitter.com/boxyhq)
### License
[Apache 2.0 License](https://github.com/retracedhq/retraced/blob/master/LICENSE)