GithubHelp home page GithubHelp logo

memgraph / reddit-network-explorer Goto Github PK

View Code? Open in Web Editor NEW
45.0 5.0 5.0 1.44 MB

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

License: MIT License

Dockerfile 4.07% Python 42.41% HTML 3.75% JavaScript 7.03% TypeScript 40.04% SCSS 1.68% Shell 1.02%
reddit reddit-api network-analysis memgraph

reddit-network-explorer's Introduction

๐Ÿ” 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

Make sure to set up a Reddit account and go to https://www.reddit.com/prefs/apps in order to create an app so you can get the client_id and client_secret. You will need those to set up the Reddit stream in reddit-stream/app.py (line 106-109):

    reddit = praw.Reddit(
        client_id="***REMOVED***",
        client_secret="***REMOVED***",
        user_agent="graph-demo data fetcher")

The app will need to run a while to populate with comments and users, so make sure to keep it running for 10-15 minutes to see some data flowing in.

โ” 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!!

reddit-network-explorer's People

Contributors

antonio2368 avatar cizl avatar g-despot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

reddit-network-explorer's Issues

poetry config virtualenvs.create false

Mac OS 11.7.6

Run docker-compose build

 => ERROR [backend-app 6/6] RUN poetry config virtualenvs.create false &&     poetry install --no-interaction --no-ansi                                      0.3s
------
 > [backend-app 6/6] RUN poetry config virtualenvs.create false &&     poetry install --no-interaction --no-ansi:
0.239 /bin/sh: 1: poetry: not found
------
failed to solve: process "/bin/sh -c poetry config virtualenvs.create false &&     poetry install --no-interaction --no-ansi" did not complete successfully: exit code: 127

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.