Git Product home page Git Product logo

fediversespace / fediverse.space Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 60.42 MB

The map of the fediverse you always wanted

Home Page: https://fediverse.space

License: GNU Affero General Public License v3.0

Elixir 60.36% Dockerfile 0.38% Procfile 0.03% HTML 0.56% JavaScript 0.36% TypeScript 35.91% CSS 0.12% Java 2.24% Shell 0.03%
akkoma data-visualization fediverse lemmy mastodon misskey pixelfed pleroma visualization kbin

fediverse.space's Introduction

fediverse.space ๐ŸŒ

The map of the fediverse that you always wanted.

Read the latest updates on Mastodon: @fediversespace

A screenshot of fediverse.space

Requirements

You'll need the following to work on fediverse.space:

  • For the crawler + API:
    • Elixir
    • Postgres
    • Elasticsearch
  • For laying out the graph:
    • Java
  • For the frontend:
    • Node.js

Running it

Backend

  • cp example.env .env and modify environment variables as required
  • docker-compose up
  • Create the elasticsearch index:
    • iex -S mix app.start
    • Elasticsearch.Index.hot_swap(Backend.Elasticsearch.Cluster, :instances)

Frontend

  • cd frontend && npm install
  • npm start

Commands

Backend

./gradlew shadowJar compiles the graph layout program. java -Xmx1g -jar build/libs/graphBuilder.jar runs it.

Frontend

  • npm run build creates an optimized build for deployment

Privacy

This project doesn't crawl personal instances: the goal is to understand communities, not individuals. The threshold for what makes an instance "personal" is defined in the backend config and the graph builder SQL.

Deployment

You don't have to follow these instructions, but it's one way to set up a continuous deployment pipeline. The following are for the backend; the frontend is just a static HTML/JS site that can be deployed anywhere.

  1. Install Dokku on your web server.
  2. Install dokku-postgres, dokku-monorepo, dokku-elasticsearch, and dokku-letsencrypt.
  3. Create the apps
  • dokku apps:create phoenix
  • dokku apps:create gephi
  1. Create the backing database
  • dokku postgres:create fediversedb
  • dokku postgres:link fediversedb phoenix
  • dokku postgres:link fediversedb gephi
  1. Set up ElasticSearch
  • dokku elasticsearch:create fediverse
  • dokku elasticsearch:link fediverse phoenix
  1. Set the build dirs
  • dokku builder:set phoenix build-dir backend
  • dokku builder:set gephi build-dir gephi
  1. Update the backend configuration. In particular, change the user_agent in config.exs to something descriptive.
  2. Push the apps, e.g. git push dokku@<DOMAIN>:phoenix (note that the first push cannot be from the CD pipeline).
  3. Set up SSL for the Phoenix app
  • dokku letsencrypt:enable phoenix
  • dokku letsencrypt:cron-job --add
  1. Set up a cron job for the graph layout (use the dokku user). E.g.
SHELL=/bin/bash
0 2 * * * /usr/bin/dokku run gephi java -Xmx1g -jar build/libs/graphBuilder.jar

Before the app starts running, make sure that the Elasticsearch index exists -- otherwise it'll create one called instances, which should be the name of the alias. Then it won't be able to hot swap if you reindex in the future.

Acknowledgements

NLnet logo

Many thanks to NLnet for their support and guidance of this project.

fediverse.space's People

Contributors

inexcode avatar taobojlen avatar

Stargazers

 avatar  avatar

fediverse.space's Issues

fediverse.space timing out

Hi there, just discovered this and indeed it looks like "The map of the fediverse that [I] always wanted." Alas, fediverse.space start page is giving me this grey screen of death:
image
and so does the "Instances" subpage. Any chance you will get the page running again? That would be a treat, thanks in advance!

Firefox 116.0.2 (64-bit) on effing Windows 10 19045.3324

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.