Building a BitClout Social Network Visualization App With Memgraph and D3.js

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • bitclout-visualizing-hodlers

    Visualizing BitClout 🪙☁️ HODLers

  • You can find the source code in our GitHub repository if you don’t want to work on it as you go through the tutorial. If at any point in this tutorial you have a question or something is not working for you, feel free to post on StackOverflow with the tag memgraphdb. So let's get started!

  • The BitClout network data is stored in three separate CSV files which you will use to populate Memgraph. Create a database.py module and define a single function, load_data(cursor). This function uses the object cursor for submitting queries to the database. Let's start implementing it step by step:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • d3-force

    Force-directed graph layout using velocity Verlet integration.

  • Here you parse the JSON response data and separate it into two lists, nodes and links. The forceSimulation() method is responsible for arranging our network and the positions of individual nodes. You can learn more about it here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Founders who offer free/OS and paid SaaS, how do you manage your code?

    7 projects | news.ycombinator.com | 13 May 2024
  • Code and Community: A GSoC Diary

    6 projects | dev.to | 13 May 2024
  • Google App Script React Template

    4 projects | dev.to | 13 May 2024
  • Tips from open-source: How redirect in Next.js works under the hood

    1 project | dev.to | 13 May 2024
  • Eddieoz/Openxrypt: Secure Direct Messaging for Social Media

    1 project | news.ycombinator.com | 13 May 2024