Skip to content

A graph-powered Reddit explorer that can perform real-time graph visualizations and sentiment analysis.

License

Notifications You must be signed in to change notification settings

Reecesu/reddit-network-explorer

 
 

Repository files navigation

🔍 Reddit Network Explorer 🔍

license build

Follow @memgraphdb

reddit-network-explorer

The Reddit Network Explorer is a web application that lets you visualize a subreddit in real-time as well as perform sentiment analysis and different network analysis algorithms.

📚 Data model

reddit-network-explorer

👉 Try it out!

  • The demo application - reddit.memgraph.com (Not deployed yet!)
  • The Memgraph instance - bolt://reddit.memgraph.com:7687

To explore the data, please download Memgraph Lab. The endpoint is reddit.memgraph.com and the port is '7687'.

🖥️ Run the app locally

The simplest way of running the app locally is by using Docker Compose. Just run the following commands in the root directory:

docker-compose build
docker-compose up backend-app
docker-compose up frontend-app
docker-compose up reddit-stream

❔ Find out more about Memgraph

Memgraph makes creating real-time streaming graph applications accessible to every developer. Spin up an instance, consume data directly from Kafka, and build on top of everything from super-fast graph queries to PageRank and Community Detection.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Antonio Andelic

David Lozic

Ivan Despot

This project follows the all-contributors specification. Contributions of any kind welcome!!

About

A graph-powered Reddit explorer that can perform real-time graph visualizations and sentiment analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.5%
  • TypeScript 40.2%
  • JavaScript 7.0%
  • Dockerfile 3.8%
  • HTML 3.8%
  • SCSS 1.7%
  • Shell 1.0%