Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnymontana/lobste.rs-graph
Importing Lobste.rs data into Neo4j Aura using GitHub Actions
https://github.com/johnymontana/lobste.rs-graph
Last synced: 17 days ago
JSON representation
Importing Lobste.rs data into Neo4j Aura using GitHub Actions
- Host: GitHub
- URL: https://github.com/johnymontana/lobste.rs-graph
- Owner: johnymontana
- Created: 2021-07-15T21:20:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T16:18:56.000Z (about 1 year ago)
- Last Synced: 2024-10-03T12:44:58.067Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://lyonwj.com/blog/no-cost-data-scraping-github-actions-neo4j-aura
- Size: 45.8 MB
- Stars: 30
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - johnymontana/lobste.rs-graph - Importing Lobste.rs data into Neo4j Aura using GitHub Actions (others)
README
# Lobsters Graph
This is a fullstack application built using Neo4j Aura, GraphQL, & Next.js to demonstrate the power of graph visualization and social network data using data from the [Lobsters](https://lobste.rs/) social news aggregator.
![Architecture Diagram](img/archdiagram.png)
## Livestream Series
This application is being built live on the [Neo4j livestream.](https://twitch.tv/neo4j) You can join live or find the recordings and write ups below:
* **No Code Data Scraping With GitHub Actions & Neo4j Aura** - [[blog post](https://lyonwj.com/blog/no-cost-data-scraping-github-actions-neo4j-aura), [video](https://www.youtube.com/watch?v=jAweyWeO2cM)]
* **Building A GraphQL Server With Next.js** - [[blog post](https://lyonwj.com/blog/graphql-server-next-js-neo4j-aura-vercel), [video](https://www.youtube.com/watch?v=XVhdpP2GtPQ)]
* **Graph Data Visualization With GraphQL & react-force-graph** - [[blog post](https://lyonwj.com/blog/graph-visualization-with-graphql-react-force-graph), [video](https://www.youtube.com/watch?v=yLDO_FH6hGY)]## Graph Data Model
![graph data model](img/datamodel.png)
## Data Import
The Lobsters newest and hottest JSON endpoints are scraped each hour using GitHub Actions and Neo4j Aura. See [/.github/workflows/lobsters.yml](/.github/workflows/lobsters.yml)