Skip to content

Save Data from the Twitter API to a Neo4J Graph Database

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

alexpghayes/neocache

Repository files navigation

neocache

R-CMD-check Codecov test coverage

neocache facilitates robust sampling of the Twitter graph. The basic idea is to save any data into a local cache as you as you get it. neocache is build on top of rtweet, Docker, and Neo4J.

Installation

You can install the development version of neocache with:

install.packages("devtools")
devtools::install_github("alexpghayes/neocache")
library(neocache)

nc_sitrep()
#> 
#> ── Caches ──────────────────────────────────────────────────────────────────────
#>   - aPPR (active) 
#>   - get_friends_test (active) 
#>   - HQWHHAKFKLRTCZLNQOSQ (active) 
#>   - test_cache (active)

Find the personalized pagerank of a Twitter user and cache the following network in the process

alexpghayes_ppr <- appr(
  neocache_graph(),
  "alexpghayes",
  epsilon = 1e-4
)

alexpghayes_ppr$stats

About

Save Data from the Twitter API to a Neo4J Graph Database

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published