Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-pew-inc/the-pew
ThePew is an advanced system of records that enables enterprises to detect trends and patterns from questions to drive marketing and business decisions toward their goals.
https://github.com/the-pew-inc/the-pew
data data-science docker javascript machine-learning postgresql rails ruby
Last synced: 2 months ago
JSON representation
ThePew is an advanced system of records that enables enterprises to detect trends and patterns from questions to drive marketing and business decisions toward their goals.
- Host: GitHub
- URL: https://github.com/the-pew-inc/the-pew
- Owner: the-pew-inc
- License: other
- Created: 2022-05-30T19:33:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T15:55:40.000Z (8 months ago)
- Last Synced: 2024-05-29T07:08:00.360Z (8 months ago)
- Topics: data, data-science, docker, javascript, machine-learning, postgresql, rails, ruby
- Language: HTML
- Homepage: https://thepew.io
- Size: 14.4 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## PROJECT STATUS
[![Maintainability](https://api.codeclimate.com/v1/badges/610524b9bc52d96580e1/maintainability)](https://codeclimate.com/github/spaquet/the-pew/maintainability) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)[![Version](https://img.shields.io/github/v/release/the-pew-inc/the-pew?display_name=tag)]()
## SUPPORT US
[![Open Source Helpers](https://www.codetriage.com/the-pew-inc/the-pew/badges/users.svg)](https://www.codetriage.com/the-pew-inc/the-pew)## DESCRIPTION
As a comprehensive audience analytics platform, THEPEW enables you to understand your employees, team members, prospects, and more. By analyzing audience responses and behavior over time, you can identify patterns and trends that provide insights into their needs, expectations, feature requests, and communication gaps.
THEPEW is designed to help businesses identify trends, analyze topic evolution over time, and track geographic locations using advanced data visualization tools. These reports can be shared with stakeholders and team members, empowering businesses to make data-driven decisions that improve overall performance.
Using openAI, THEPEW provides personalized recommendations that are tailored to each participant's individual interests. Whether it's valuable insights, informative articles, or self-improvement resources, THEPEW gives back to its participants in meaningful ways that help them grow and improve.
## LICENSE
[License](../master/LICENSE.md)## INSTALLATION
### PREREQUISITES
- ruby (version 3.2 with YJIT)
- rails (version 7.0.7.2)
- postgresql (version 15 or above)
- mailcatcher
- redis (version 6.2)
- docker (used by postgres, redis and mailcatcher)### INSTALLING POSTGRES USING DOCKER
docker run -p 5432:5432 --name postgres-15.2-alpine -e POSTGRES_PASSWORD=mysecretpassword -d postgres:15.2-alpine### INSTALLING REDIS USING DOCKER
docker run -p 6379:6379 --name redis-6.2-alpine -d 6.2-alpine### INSTALLING MAILCATCHER USING DOCKER
docker run -p 1080:1080 -p 1025:1025 --name mailcatcher -d stpaquet/alpinemailcatcherFor more information you can read this medium post [https://medium.com/@spaquet/mailcatcher-to-the-rescue-4ba438dc98c2](https://medium.com/@spaquet/mailcatcher-to-the-rescue-4ba438dc98c2)
## CREDITS
Shout out to the following projects:
### Javascript:
- [chart.js](https://www.chartjs.org)
- [flowbite](https://flowbite.com)
- [Merakiui - Email Templates](https://merakiui.com/components/email-templates)
- [QR Code Styling](https://github.com/kozakdenys/qr-code-styling)
- [stimulus-autocomplete](https://github.com/afcapel/stimulus-autocomplete)
- [taggle](https://github.com/okcoker/taggle.js)
- [tailwindcss](https://tailwindcss.com)### RubyGems: