Using a Graph Database for Better AppMaps

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • AppMap

    AppMap is the ultimate code reviewer for issues that static analysis and AI code assistants cannot find.

  • Like Dustin, I worked on a project for the AppLand Hackathon. I was particularly interested in understanding how to make the visualizations generated from recordings in AppMaps easier to understand.

  • models-js

    Discontinued JavaScript code to help interpret the scenarios found in AppMap files.

  • I put together a simple JavaScript program that uses the CallTree class from the AppMap model code to a graph in a Neo4j database. For each function in the call tree, it creates a node for the class that contains the function. It creates an edge from that class to the classes containing each of the functions called.

  • 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.

    InfluxDB logo
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

  • Automatically Generate and Update OpenAPI Documentation

    5 projects | dev.to | 11 Nov 2022
  • Add Swagger to your Rails project, with no code, in 2 ¹/₂ minutes

    1 project | /r/ruby | 3 Aug 2021
  • Visualize the architecture of your Python app, in VSCode, in 2 ¹/₂ minutes

    1 project | /r/Python | 9 Mar 2021
  • Explore and learn any Python library using visual, interactive maps

    2 projects | dev.to | 2 Mar 2021
  • Observability of software design - What it is and why it matters

    1 project | dev.to | 23 Feb 2021