An open API service indexing awesome lists of open source software.

https://github.com/acra/acra-storage


https://github.com/acra/acra-storage

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Click here to lend your support to: ACRA - Application Crash Reports for Android and make a donation at www.pledgie.com !](https://pledgie.com/campaigns/18789.png?skin_name=chrome)](http://www.pledgie.com/campaigns/18789) [![Flattr this project](http://api.flattr.com/button/flattr-badge-large.png)](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).