🔁 Browse Neo4J EoL versions inside Neo4J AuraDB 🤓

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

    Informative site with EoL dates of everything

  • // Load all products CALL apoc.load.json("https://endoflife.date/api/all.json") YIELD value UNWIND value.result AS product MERGE (p:EOLProduct {name: product, url: 'https://endoflife.date/' + product}); // create unique index CREATE CONSTRAINT EOL_UNIQUE_PRODUCTS FOR (p:EOLProduct) REQUIRE p.product IS UNIQUE; MATCH (p:EOLProduct) RETURN p; MATCH (p:EOLProduct) CALL apoc.load.json('https://endoflife.date/api/neo4j.json') YIELD value MERGE (c:EOLCycle {product: p.name, cycle: value.cycle, eol: value.eol, //support: value.support, latest: value.latest, latestReleaseDate: value.latestReleaseDate, releaseDate: value.releaseDate, lts: value.lts//link: value.link } ); // link cycles with products MATCH (c:EOLCycle), (p:EOLProduct) WHERE c.product = p.name CREATE (c)-[r:EOL_CYCLE_OF]->(p) RETURN type(r);

  • 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

  • End of Life of Technologies and Devices

    7 projects | news.ycombinator.com | 9 Dec 2023
  • Pragmatic Versioning – An Alternative to Semver

    9 projects | news.ycombinator.com | 3 Dec 2023
  • Maybe helpful: https://endoflife.date

    1 project | /r/sysadmin | 28 Jun 2023
  • Central Hardware Firmware versions?

    1 project | /r/msp | 28 Jun 2023
  • python-eol: A package to check whether the python version you're using is beyond/close to end of life

    2 projects | /r/Python | 6 May 2023