evidence

Business intelligence as code: build fast, interactive data visualizations in pure SQL and markdown (by evidence-dev)

Evidence Alternatives

Similar projects and alternatives to evidence

  • pandoc

    420 evidence VS pandoc

    Universal markup converter

  • Docusaurus

    282 evidence VS Docusaurus

    Easy to maintain open source documentation websites.

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

    137 evidence VS superset

    Apache Superset is a Data Visualization and Data Exploration Platform

  • obsidian-dataview

    A data index and query language over Markdown files, for https://obsidian.md/.

  • cube.js

    📊 Cube — The Semantic Layer for Building Data Applications

  • Metabase

    67 evidence VS Metabase

    The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:

  • Trino

    Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)

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

    A concise API for exploratory data visualization implementing a layered grammar of graphics

  • recharts

    36 evidence VS recharts

    Redefined chart library built with React and D3

  • SQLpage

    SQL-only webapp builder, empowering data analysts to build websites and applications quickly

  • nivo

    36 evidence VS nivo

    nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries

  • kuwala

    33 evidence VS kuwala

    Kuwala is the no-code data platform for BI analysts and engineers enabling you to build powerful analytics workflows. We are set out to bring state-of-the-art data engineering tools you love, such as Airbyte, dbt, or Great Expectations together in one intuitive interface built with React Flow. In addition we provide third-party data into data science models and products with a focus on geospatial data. Currently, the following data connectors are available worldwide: a) High-resolution demograp

  • Cytoscape.js

    33 evidence VS Cytoscape.js

    Graph theory (network) library for visualisation and analysis

  • voila

    23 evidence VS voila

    Voilà turns Jupyter notebooks into standalone web applications

  • re_data

    re_data - fix data issues before your users & CEO would discover them 😊

  • echarts

    18 evidence VS echarts

    Apache ECharts is a powerful, interactive charting and data visualization library for browser

  • lightdash

    13 evidence VS lightdash

    Self-serve BI to 10x your data team ⚡️

  • Blazer

    Business intelligence made simple

  • dbt-fal

    Discontinued do more with dbt. dbt-fal helps you run Python alongside dbt, so you can send Slack alerts, detect anomalies and build machine learning models.

  • metriql

    The metrics layer for your data. Join us at https://metriql.com/slack

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better evidence alternative or higher similarity.

evidence reviews and mentions

Posts with mentions or reviews of evidence. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.
  • Ask HN: What's the best charting library for customer-facing dashboards?
    17 projects | news.ycombinator.com | 29 Apr 2024
    We use echarts at https://evidence.dev and have been quite happy with it. We do a lot of embedded analytics and it's worked well for us.
  • SQLPage – Building a full web application with nothing but SQL queries [video]
    5 projects | news.ycombinator.com | 11 Mar 2024
    It’s interesting to me how far you have pushed the SQL language in this framework, such that it truly is “SQL only”.

    The challenge as I see it with enabling analysts to build websites is that you need to build abstractions to get from familiar (SQL, yaml) - the language of analytics, to new (HTML, CSS, JS) - the language of the web browser

    As one of the maintainers of Evidence (https://evidence.dev), one of the things I’ve often considered is how accessible our syntax is to analysts. Our syntax combines SQL and Markdown, with MDX style components e.g.

    The are inherently webdev-ey, and I do think they put off potential users.

    On the flip-side, by adhering to web standards, you get extensibility out of the box, and working out what to do is just a Google search away.

    Anyway, thanks for the thought provoking piece.

  • Blazer: Business Intelligence Made Simple
    4 projects | news.ycombinator.com | 27 Feb 2024
    Dataclips was my first experiences writing SQL.

    Writing code was a markedly better DX that building dashboards in Tableau, which is why I'm now working on https://evidence.dev - a SSG for creating data from SQL and markdown

    Previous HN discussions:

  • Is Tableau Dead?
    3 projects | news.ycombinator.com | 26 Feb 2024
    I'm one of the founders of Evidence (https://evidence.dev) - would be great to hear about your experience. Reaching out now!
  • Apache Superset
    14 projects | news.ycombinator.com | 26 Feb 2024
    Full fledged BI tools like Superset and Metabase are amazing for their intended use cases.

    But they may be an overkill if your primary use case is to infrequently build semi-interactive reports for non-technical end-users and your use cases are are mostly covered by standard graphs & tables. Esp. so if you are familiar with SQL and have access to the underlying data source. Two nifty utilities I have found to be very useful for latter kind of use cases are SQLPage and Evidence.

    They make it very convenient to whip out some SQL and convert that to a neat professional looking web ui that can be forwarded to an end user. In case of Evidence it is a statically generated site, and in case of SQLPage it is a web app that connects to a live database.

    SQLPage: https://sql.ophir.dev/

    Evidence: https://evidence.dev

  • A love letter to Apache Echarts
    6 projects | news.ycombinator.com | 18 Feb 2024
    We used ECharts to build our charting library at Evidence and it’s been a great experience overall (https://evidence.dev).

    We started with D3 and a few other tools, but felt that we get a lot more out of the box with ECharts, like interactivity and an events API. ECharts is also a lot more extensible than people give it credit for.

    If anyone is curious, we documented the process of selecting a charting library after assessing several options: https://github.com/evidence-dev/evidence/issues/136

  • Evidence, a static site generator for data apps
    1 project | news.ycombinator.com | 15 Feb 2024
  • Observable 2.0, a static site generator for data apps
    17 projects | news.ycombinator.com | 15 Feb 2024
    The new direction seems very similar to what evidence has been doing for a while

    https://evidence.dev

  • PRQL as a DuckDB Extension
    3 projects | news.ycombinator.com | 25 Jan 2024
    I'm quite excited about this, and would also love to have it distributed as an NPM package.

    I work on an OSS web framework for reporting/ decision support applications (https://github.com/evidence-dev/evidence), and we use WASM duckDB as our query engine. Several folks have asked for PRQL support, and this looks like it could be a pretty seamless way to add it.

  • Nota is a language for writing documents, like academic papers and blog posts
    14 projects | news.ycombinator.com | 19 Oct 2023
    > Not sure the language you choose matters as much as making the API usable by a wide audience.

    Fully agree with this, and having typeset my masters thesis and later my resume using LaTeX, I think that the “authoring experience” is 100% the place to focus on improving.

    If you’re interested in the “markup to document publishing” space, you might also be interested in the open-source report publishing tool I’m now working on, Evidence (https://github.com/evidence-dev/evidence)

    It’s similarly based on markdown, though uses code fences to execute code, HTML style tags for charts and components, and {…} for JavaScript, i.e.

    ---

  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic evidence repo stats
45
3,378
10.0
5 days ago

evidence-dev/evidence is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of evidence is JavaScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com