Drop in analytics for your Web/Mobile/IOT application
tQuesto makes it easy to integrate a powerfull analytics, monitoring and tracing system to your application with absolute minimum fuss. It is completely free to use/customize and always it will be.
Our primary goals are:
-
5 core functionalities like Analytics, Events, Performance, Engagement and Compaigns in single application
-
Provide radically faster and widely accessible API's for your application
-
100% customizable events in your application context
-
Beautiful dashboard with lots of graphs and visualization
-
Silk and smooth mobile application to see your data on finger tip
-
Absolutely no cost, True open source project
- Clone the source code from
git@github.com:anitechcs/tquesto.git
- CD into project directory
cd tquesto
- Create a Postgres database called
tquestodb
and update the db details in application.properties - Run
mvn spring-boot:run
to start the application - Open the browser and access the applicatin at
http://localhost:8080
- You can access Swagger Services docs at
http://localhost:8080/swagger-ui.html
mvn spring-boot:run
- To run the applicationmvn package
- To prepare the buildmvn clean
- To clean the old build artifactsmvn install
- To download the libraries mentioned in pom.xmlmvn test
- To run unit test cases
mvn clean package -DskipTests docker:stop docker:build docker:run