Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p6spy/p6spy
P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to the application.
https://github.com/p6spy/p6spy
java jdbc jdbc-logging logging p6spy
Last synced: 28 days ago
JSON representation
P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to the application.
- Host: GitHub
- URL: https://github.com/p6spy/p6spy
- Owner: p6spy
- License: apache-2.0
- Created: 2010-12-28T21:35:51.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T16:46:12.000Z (over 2 years ago)
- Last Synced: 2024-10-01T15:22:05.558Z (about 1 month ago)
- Topics: java, jdbc, jdbc-logging, logging, p6spy
- Language: Java
- Homepage:
- Size: 56.9 MB
- Stars: 2,065
- Watchers: 75
- Forks: 320
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-java - p6spy - Enables logging for all JDBC transactions without changes to the code. (Projects / Logging)
README
p6spy
=====
[![Build Status](https://travis-ci.org/p6spy/p6spy.svg?branch=master)](https://travis-ci.org/p6spy/p6spy)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/p6spy/p6spy/badge.svg)](https://maven-badges.herokuapp.com/maven-central/p6spy/p6spy)
[![Bintray](https://api.bintray.com/packages/p6spy/maven/p6spy%3Ap6spy/images/download.svg) ](https://bintray.com/p6spy/maven/p6spy%3Ap6spy/_latestVersion)
[![Docs](http://readthedocs.org/projects/p6spy/badge/?version=latest)](http://p6spy.readthedocs.io/)
[![Javadoc](http://www.javadoc.io/badge/p6spy/p6spy.svg)](http://www.javadoc.io/doc/p6spy/p6spy)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=p6spy:p6spy&metric=coverage)](https://sonarcloud.io/dashboard?id=p6spy:p6spy)
[![Sqale Rating](https://sonarcloud.io/api/project_badges/measure?project=p6spy:p6spy&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=p6spy:p6spy)P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to existing application. The P6Spy distribution includes P6Log, an application which logs all JDBC transactions for any Java application.
**Documentation:**
[Installation](http://p6spy.readthedocs.io/en/latest/install.html)
[Configuration](http://p6spy.readthedocs.io/en/latest/configandusage.html)
[Javadoc](http://www.javadoc.io/doc/p6spy/p6spy)For full documentation refer to format of your choice: [html](http://p6spy.readthedocs.io/), [pdf](https://media.readthedocs.org/pdf/p6spy/latest/p6spy.pdf) or [epub](https://media.readthedocs.org/epub/p6spy/latest/p6spy.epub).
**Need help?**
User's mailing list: [Post](mailto:[email protected]) - [Archive](https://groups.google.com/forum/#!forum/p6spy-users)
Developer's mailing list: [Post](mailto:[email protected]) - [Archive](https://groups.google.com/forum/#!forum/p6spy-developers)
Issue tracking: [View/Create issues](https://github.com/p6spy/p6spy/issues)**Related github repos:**
[p6spy-it](https://github.com/p6spy/p6spy-it) - for integration testing with misc application servers
[p6spy-perf](https://github.com/p6spy/p6spy-perf) - for performance testing (using jmeter)