objectiv-analytics VS zillion

Compare objectiv-analytics vs zillion and see what are their differences.

zillion

Make sense of it all. Semantic data modeling and analytics with a sprinkle of AI. https://totalhack.github.io/zillion/ (by totalhack)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
objectiv-analytics zillion
22 11
469 153
- -
0.0 7.2
over 1 year ago 2 months ago
Python Python
Apache License 2.0 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.

objectiv-analytics

Posts with mentions or reviews of objectiv-analytics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-30.

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.

What are some alternatives?

When comparing objectiv-analytics and zillion you can also consider the following projects:

pandas-paddles - Simple, composable column selector for loc[], iloc[], assign() and others.

endoflife.date - Informative site with EoL dates of everything

pandera - A light-weight, flexible, and expressive statistical data testing library

sqlglot - Python SQL Parser and Transpiler

logos-shift-client - Replace expensive LLM calls with finetunes automatically

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

data-diff - Compare tables within or across databases

nature - 🍀 The Nature Programming Language, may you be able to experience the joy of programming.

Restaurant-Monitoring-System - Backend system for restaurant management

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.

Snowplow - The enterprise-grade behavioral data engine (web, mobile, server-side, webhooks), running cloud-natively on AWS and GCP

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