zillion VS endoflife.date

Compare zillion vs endoflife.date and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
zillion endoflife.date
11 43
154 2,180
- 4.5%
7.2 9.9
3 months ago 6 days ago
Python Ruby
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

zillion

Posts with mentions or reviews of zillion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-20.
  • Let's Talk about Joins
    2 projects | news.ycombinator.com | 20 Jan 2024
    I've also been frustrated when testing out tools that kinda keep you locked into one predetermined view, table, or set of tables at a time. I made a semantic data modeling library that puts together queries (and of course joins) for you as it uses a drill-across querying technique, and can also join data across different data sources in a secondary execution layer.

    https://github.com/totalhack/zillion

    Disclaimer: this project is currently a one man show, though I use it in production at my own company.

  • Ask HN: Show me your half baked project
    163 projects | news.ycombinator.com | 12 Oct 2023
    https://github.com/totalhack/zillion

    Semantic data warehousing and analytics tool written in python. It has experimental/half-baked NLP features to query your warehouse by interacting with the semantic layer with AI, instead of the normal approach of having an LLM write SQL and needing to know your entire schema.

  • So I watched a few videos about Fabric, and started to cry a little...
    1 project | /r/dataengineering | 29 May 2023
  • Zillion - Semantic data modeling and analytics with a sprinkle of AI
    1 project | /r/Python | 15 May 2023
    Hey All, I wanted to share Zillion -- an open source Python data modeling and analytics library with experimental natural language features powered by OpenAI, LangChain, and Qdrant. Zillion acts as a semantic layer on top of your data, writes SQL so you don't have to, and easily bolts onto existing database infrastructure via SQLAlchemy Core.
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    Built it for me, but available to all -- Zillion: a python data modeling and analytics library.

    https://github.com/totalhack/zillion

  • Zillion - Data modeling and analytics with a sprinkle of AI
    1 project | /r/LangChain | 27 Apr 2023
    More details/docs can be found in the GitHub repo: https://github.com/totalhack/zillion
  • πŸΌπŸ”¬ BabyDS: An AI powered Data Analysis pipeline
    2 projects | /r/LangChain | 17 Apr 2023
    Nice work. I had considered implementing something similar in https://github.com/totalhack/zillion down the road, probably as a layer on top.
  • Ask HN: Those making $0/month or less on side projects – Show and tell
    95 projects | news.ycombinator.com | 27 Jan 2023
    Zillion: https://github.com/totalhack/zillion

    A python data warehousing / modeling / analytics library that can unify multiple datasources and writes SQL for you. It's alpha level at the moment and I just slowly chip away when time allows, though I'm using it in production in another project (which does make money).

  • Replacing a SQL analyst with 26 recursive GPT prompts
    5 projects | news.ycombinator.com | 25 Jan 2023
    This seems fun, but certainly unnecessary. All of those questions could be answered in seconds using a warehouse tool like Looker or Metabase or https://github.com/totalhack/zillion (disclaimer: I'm the author and this is alpha-level stuff, though I use it regularly).
  • PRQL a simple, powerful, pipelined SQL replacement
    19 projects | news.ycombinator.com | 29 Dec 2022
    At first glance this seems more confusing, particularly the grouping/aggregation syntax, though I suppose that's something I'd just get used to. Some of the syntactic sugar is nice, but some things are also unlike SQL for no apparent reason which just makes adoption harder than necessary (join syntax for example).

    IMO the main selling point would be the "database agnostic" part, but I already achieve that through SQLAlchemy Core and/or a warehouse layer like https://github.com/totalhack/zillion (disclaimer: I'm the author and this is alpha-level stuff, though I use it regularly). It seems like many newer DB technologies/services I'd want to use either speak PostgreSQL or MySQL wire protocol anyway.

    The roadmap is worth a read, as it notes some limitations and expected challenges supporting the wide variety of DBMS features and syntax. That said, I can see where this might be useful in the cases where I do have to jump into direct SQL, but want the flexibility to easily switch the back end DB for that code -- that's assuming it can cover the use cases that forced me to write direct SQL in the first place though.

endoflife.date

Posts with mentions or reviews of endoflife.date. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • End of Life of Technologies and Devices
    7 projects | news.ycombinator.com | 9 Dec 2023
    > where you can see overlapped timelines when support ended

    I tried to generate a visual timeline for a given page (https://github.com/endoflife-date/endoflife.date/pull/2859, has some screenshots), but it was limited to a single page (so you'd only see nokia devices at once for eg).

    It turned out that it is too hard to generate clear charts with vague data. We often only know whether is device is supported or not (true/false, see comments about samsung below in this thread), and don't have clear release dates.

    I'll get to it someday (PRs welcome), but it might not work for the usecase we want (picking phones) because data on mobiles is very vague.

    repairability score -> sounds interesting, will file an issue and see. The hard part is that there's no clear identifiers for devices (SWID/CPE are just not good enough) for us to track this kind of data from elsewhere easily.

  • understanding Rails version maintenance policy?
    4 projects | /r/rails | 7 Dec 2023
    Here's the PR where it was added by a user, "Based on a Rails core team member's comment"...
  • Pragmatic Versioning – An Alternative to Semver
    9 projects | news.ycombinator.com | 3 Dec 2023
    A lot of the communications regarding End of Life for Support is done very effectively here: https://endoflife.date/
  • Maybe helpful: https://endoflife.date
    1 project | /r/sysadmin | 28 Jun 2023
    https://endoflife.date (not mine)
  • Central Hardware Firmware versions?
    1 project | /r/msp | 28 Jun 2023
    a little similar to endoflife.date if anyone has ever come across it for Software versions?
  • You can serve static data over HTTP
    4 projects | news.ycombinator.com | 29 May 2023
    We do this at https://endoflife.date API, and it works quite well.
  • 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
    I've created the `db.json` with the [end of life](https://endoflife.date/) api.
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    Something I've recently worked on is building an SQLite database of all the dependencies my organisation uses, which makes it possible to write our own queries and reports. The tool is all Open Source (https://dmd.tanna.dev) and has a CLI as well as the SQLite data.

    Ive used it to look for software that's out of date (via https://endoflife.date), to find vulnerablilities (via https://osv.dev) and get license information (via https://deps.dev)

    It's been hugely useful for us understanding use of internal and external dependencies, and I wish I'd built it earlier in my career so I could've had it for other companies I've worked at!

  • Keeping up with EOS and EOL hardware and software
    1 project | /r/msp | 26 Apr 2023
    This is neat: https://endoflife.date/
  • Looking for a 3rd party library of EOL/EOS software support dates
    1 project | /r/AskNetsec | 25 Apr 2023
    I'm looking for a 3rd party vendor that can do the mindlessly tedious work of maintaining a library of software support dates. Think hundreds of thousands/millions of versions of software in an enterprise with ridiculous tech debt. Something like endoflife.date but much more far encompassing.

What are some alternatives?

When comparing zillion and endoflife.date you can also consider the following projects:

sqlglot - Python SQL Parser and Transpiler

WordOps - Install and manage a high performance WordPress stack with a few keystrokes

scikit-learn-intelex - Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application

django-DefectDojo - DevSecOps, ASPM, Vulnerability Management. All on one platform.

objectiv-analytics - Open-source product analytics infrastructure for data teams that want full control. Built for high quality data collection and ready to use for advanced analytics & ML.

xeol - A scanner for end-of-life (EOL) software and dependencies in container images, filesystems, and SBOMs

nature - πŸ€ The Nature Programming Language, may you be able to experience the joy of programming.

radiofeed-app - Simple podcast aggregator

Skytrax-Data-Warehouse - A full data warehouse infrastructure with ETL pipelines running inside docker on Apache Airflow for data orchestration, AWS Redshift for cloud data warehouse and Metabase to serve the needs of data visualizations such as analytical dashboards.

public-iperf3-servers - A list of public iPerf3 servers...

DB-GPT-Hub - A repository that contains models, datasets, and fine-tuning techniques for DB-GPT, with the purpose of enhancing model performance in Text-to-SQL

digraph - Organize the world