/caxpy

Creating beautiful dashboards and thousands of reports that can be embedded into your application can be easily done with Caxpy. Its a very lightweight application which can be used to create reports from just plain SQL queries.

Primary LanguageJavaScript

Caxpy

A Simple Data Visualization Software

Image of Caxpy

##Features

  • D3 JS Based charts. Line, Column, Area, Pie chart, Doughnut, Bubble Chart and Scatter plot
  • Supports MySQL, PostgreSQL, Oracle
  • Create dynamic reports
  • Create dynamic query based reports
  • Easily embed created reports in your application with a few lines of code.
  • Lightweight and Easy to integrate

##Prerequisites Check if you have tomcat, Ant and Java installed in your system. Required version: Javas 1.7+ Tomcat 7+ Ant 1.9+

##Quick Installation

Download the latest code and go to the root directory. Run

ant war

This would create caxpy.war inside the dist directory, copy the war file and paste it inside webapps folder of tomcat. Caxpy embeds HSQLDB and doesn’t need any external database system.

Point to http://localhost:8080/caxpy (change the port and domain as per your server settings.

Login into the application using max/password

##Notes for Linux / Unix users

Everything will work unchanged as long as Java has been installed correctly i.e. java is in the PATH and it is the expected 1.7 or greater version. You may need to do things like apply executable permissions to the webapps folder on Linux, e.g. “chmod +x *.sh”. And also – unless you have “root” permissions, you may face problems starting services on port 8080 etc.

####Documentation can be found here : http://caxpy.com/documentation ####Follow me @krimuthu

####Licence : MIT (You may use it in any commercial project without any problems)