Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

flavien-perier/neo4j-twitter-convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license

Deploy app

Configure app

Create the `conf.yml' file at the root with this example of pattern :

app:
  track: "twitter"
  production: false
  authorizedLanguages:
    - "fr"
    - "en"
neo4j:
  uri: "bolt://127.0.0.1:7687"
  user: "neo4j"
  password: "neo4j"
twitterApi:
  consumer_key: 'consumer_key'
  consumer_secret: 'consumer_secret'
  access_token_key: 'access_token_key'
  access_token_secret: 'access_token_secret'

⚠️ If the production mode is set to "false", the database is cleaned at startup.

Install the dependencies and start the application

Use the commands :

npm install
npm start

About

Convert the Twitter tweet stream to neo4j graph

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published