https://github.com/acra/acra-storage
https://github.com/acra/acra-storage
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/acra/acra-storage
- Owner: ACRA
- License: gpl-3.0
- Created: 2013-02-07T13:14:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-07T22:40:33.000Z (over 12 years ago)
- Last Synced: 2025-04-14T06:12:20.822Z (about 1 year ago)
- Language: JavaScript
- Size: 398 KB
- Stars: 48
- Watchers: 7
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.pledgie.com/campaigns/18789) [](https://flattr.com/submit/auto?user_id=kevingaudin&url=http://acra.ch&title=ACRA%20-%20Application%20Crash%20Reports%20for%20Android&language=&tags=opensource%2Candroid&category=software&description=ACRA%20%28Application%20Crash%20Reports%20for%20Android%29%20is%20an%20open%20source%20android%20library%20for%20developers%2C%20enabling%20their%20apps%20to%20send%20detailed%20reports%20when%20they%20crash.)
ACRA-Storage
============
ACRA-Storage is a couchdb web application designed to store [ACRA](http://acra.ch) reports.
ACRA-Storage does not much itself. For reports analysis, and full documentation, see the [Acralyzer](http://github.com/ACRA/acralyzer) project.
Acralyzer and ACRA-Storage are Copyright 2013 Kevin Gaudin (kevin.gaudin@gmail.com) and licensed under the terms of the [GNU General Public License version 3](COPYING).
Components
==========
Acralyzer is the frontend analysis tools. It needs to be connected to a backend storage server.
The default storage endpoint for Acralyzer is [acra-storage](http://github.com/ACRA/acra-storage).
Both Acralyzer and acra-storage are [CouchApps](http://couchapp.org).
CouchApps are web applications made of HTML/Javascript files and served directly by a [CouchDB](http://couchdb.apache.org).
Documentation
=============
Full setup instructions are available in [the Acralyzer Wiki on Github](https://github.com/ACRA/acralyzer/wiki).