Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusion-hq/fusion
🚀 Open-source alternative for Mixpanel - Amplitude - Hotjar - Fullstory✨
https://github.com/fusion-hq/fusion
analytics analytics-tracking dashboard docker engagement full-stack funnels javascript postgres python reactjs
Last synced: about 1 month ago
JSON representation
🚀 Open-source alternative for Mixpanel - Amplitude - Hotjar - Fullstory✨
- Host: GitHub
- URL: https://github.com/fusion-hq/fusion
- Owner: fusion-hq
- License: other
- Created: 2021-09-08T13:22:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T12:55:46.000Z (over 2 years ago)
- Last Synced: 2024-08-05T09:14:41.397Z (5 months ago)
- Topics: analytics, analytics-tracking, dashboard, docker, engagement, full-stack, funnels, javascript, postgres, python, reactjs
- Language: CSS
- Homepage: https://fusionhq.co
- Size: 1.79 MB
- Stars: 210
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Full-Stack user behaviour analytics and engagement platform.
---
# This project is no longer maintained..---
**Fusion is an open-source lightweight user behaviour analytics and engagement pltaform.**Its built upon a simplified low-code mixpanel like analytics engine with visual analytics, push-notification and email/micro-surveys.
Fusion shows how your users interact with your web based products eg: page-views, button clicks, form submissions etc. But apart from this, Fusion lets you engage with a specific user or group of user who have something in common or performed a particular action, in real-time with live-chat, in-app push notification, email/micro-surveys or set it up to trigger automatically.
## 🚀 Features
- **Event-driven** Fusion sends events from your application for user interactions.
- **Visual-driven** Fusion sends Visual Recording from your application for user interactions.
- **Product usage visualizations** Unlike of google analytics you choose/customize your graphs on your custom dashboard. As graph type (line, bar, pie, table, count), timescale(minute, hourly, daily, weekly), dashboard name etc.
- **Open-source** protect your user data, forget huge SAAS bills self-host on any infrastructure.- **No-code autocapture** after adding tracking snippet to your website fusion automatically captures what your users are doing (eg: login clicked, pricing page-view, profile form filled) without adding extra code.
- **Ready-made libraries** for [JS](https://www.npmjs.com/package/fusion-analytics-js)
coming soon: Node, GO, Android iOS, PHP, Flutter, ReactNative Elixir, API- **Real-time engagement suite** Email Campaigns.
## Self Hosting Commands
- Give Permssion for prod.sh.
```
chmod +x prod.sh
```
- Start the Project
```
./prod.sh
```
- Bring the container down
```
docker-compose down
```## Development mode commands (With Hot Reload)
- Give Persmission to staging.sh.
```
chmod +x staging.sh
```
- Start the project
```
./staging.sh
```
- Make the docker container down
```
docker-compose -f docker-compose.staging down
```## Some Docker Commands
- Prune Entire System
```
docker system prune -a (prune entire system be it cache, images, and all)
```
- Remove all the Docker Images
```
docker image prune -a
```## 📚 Documentation
Coming soon... Please connect with us over discord and we will help you setup fusion.
## 🧐 Community? Questions? Support ?
If you need help or just want to hang out, come, say hi on our [Discord](https://discord.gg/VWeZanfhrA) server.
## ✨ Contribution
Join our [discord community](https://discord.gg/VWeZanfhrA) to know more about fusion, product analytics and to connect with other users and contributors.
please share your ideas, questions and feedback, on our [Github Discussions](https://github.com/fusion-hq/fusion/discussions)
_Fusion_ - Released under the Fair Code License.