mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Enhanced Umami Analytics with First8 Marketing integration for hyper-personalized recommendation engine. Database Enhancements: - PostgreSQL 17 with Apache AGE 1.6.0 (graph database) - TimescaleDB 2.23.0 (time-series optimization) - Extended schema for WooCommerce event tracking - Custom tables for recommendation engine integration Features Added: - Real-time ETL pipeline to recommendation engine - Extended event tracking (WordPress + WooCommerce) - Graph database for relationship mapping - Time-series optimization for analytics queries - Custom migrations for hyper-personalization Documentation: - Updated README with integration details - Added system architecture documentation - Documented data flow and components - Preserved original Umami Software credits Integration Components: - First8 Marketing Track plugin (event tracking) - Recommendation Engine (ML backend) - First8 Marketing Recommendation Engine plugin (presentation) Status: Production-ready Version: Based on Umami latest + First8 Marketing enhancements
81 lines
741 B
Text
81 lines
741 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
.pnpm-store
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next
|
|
/out
|
|
|
|
# production
|
|
/build
|
|
/public/script.js
|
|
/geo
|
|
/dist
|
|
/generated
|
|
/src/generated
|
|
|
|
# misc
|
|
.DS_Store
|
|
.idea
|
|
.yarn
|
|
*.iml
|
|
*.log
|
|
.vscode
|
|
.tool-versions
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env
|
|
.env.*
|
|
*.env.*
|
|
|
|
*.dev.yml
|
|
|
|
# database files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.db-journal
|
|
|
|
# prisma generated
|
|
prisma/generated/
|
|
|
|
# cache
|
|
.cache/
|
|
.eslintcache
|
|
.stylelintcache
|
|
|
|
# temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.bak
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
Desktop.ini
|
|
*~
|
|
|
|
# secrets
|
|
*.key
|
|
*.pem
|
|
secrets/
|
|
|
|
# logs
|
|
logs/
|
|
*.log
|
|
|
|
# custom
|
|
public/uploads/
|
|
public/cache/
|