Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenards/kissmetrics.java
KISSmetrics tracking API wrapper for Java
https://github.com/lenards/kissmetrics.java
Last synced: about 2 months ago
JSON representation
KISSmetrics tracking API wrapper for Java
- Host: GitHub
- URL: https://github.com/lenards/kissmetrics.java
- Owner: lenards
- License: mit
- Created: 2014-08-09T06:50:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T06:58:44.000Z (over 10 years ago)
- Last Synced: 2024-04-11T15:19:59.913Z (9 months ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# KISSmetrics.java
KISSmetrics tracking API wrapper for Java
This is intended as a Java port of the Python [KISSmetrics](https://github.com/kissmetrics/py-KISSmetrics) client.
This is not an officially supported client.
## Goal
The intent here is to define a client in Java that has no other dependencies other than the JDK. This is why some obvious work is done rewritten when Apache or other libraries may have a more effective or existing class or static method (I'd like to avoid commons-logging, forever).
## Initial Implementation
A raw implementation has been provided without proper test unit coverage and without performance test. Test coverage will be provided as soon as possible.