https://evidence.dev logo
Join Slack
Powered by
# builders
  • b

    bright-smartphone-11251

    09/24/2024, 3:55 PM
    set the channel description: For people building software on top of Evidence
  • b

    bright-smartphone-11251

    09/24/2024, 3:56 PM
    Hey @stale-agency-85062 @powerful-jordan-68516 - you guys are both building software on top of Evidence Cloud to sell onto customers. Sure you'll have stuff to discuss / talk about!
    ty 2
    ❤️ 1
  • b

    bright-smartphone-11251

    09/24/2024, 5:52 PM
    set the channel description: Talk to others building commercial software on top of Evidence
  • a

    adamant-agency-28494

    09/25/2024, 7:17 PM
    Anyone figured out a way to get a single dropdown to change multiple variables that can be used in queries? Feel like this is probably a common thing, but i cannot figure out how to get this to work
    b
    • 2
    • 2
  • b

    bright-lunch-66426

    09/27/2024, 4:07 PM
    Hi! Has anyone figured out how to manage access control for reports. For example, if I want to build an app that just gives access to a client to just their data, can I do it within 1 app or should I build separate apps for each client?
    b
    d
    • 3
    • 9
  • g

    green-teacher-39697

    10/03/2024, 8:28 PM
    Does anybody know of a SaaS for data vendors that's like
    Digital Asset Management
    but external-facing? I have a dataset that I wholesale, but I'm also evaluating 'data product' opportunities. But instead of a dashboard, I want like a search/explore experience that surfaces individual records, and displays media associated with them - like an ecommerce shopping UI almost. SaaS that is sort of like this: • Bynder - asset catalog - internal oriented. Design asset focused • Luna Imaging - asset library - academia oriented. High-res image focused. • Hashpath / White Label Data - Looker Explore embed behind a login wall. I want something in-between each of these with features like: • Branded web app • Invite in external users + access management • Connects to my Snowflake as the main data source (probably biggest market / lowest effort option, but expensive) • Connects to my S3 to serve media • "Search / Explore" page with configurable faceted search, and text-search • Bunch of BI-like features ◦ Favoriting things ◦ Saved Searches ◦ Alerts / Scheduled Sends
    c
    • 2
    • 1
  • a

    ancient-electrician-99034

    10/12/2024, 1:13 AM
    I did a simple SEO auditing pipeline with evidence for prospecting for SEO work for potential clients. It does one time builds for each prospect, which I deploy to netlify. It uses the Screaming Frog CLI, PageSpeed API and DuckDB Its a work in progress, but makes my lead magnet report creation 10x faster than what I were used to. Planning to automate deploys and data extraction further. https://github.com/Saltiola7/seo_audit_report_pipeline
    ✨ 2
    b
    • 2
    • 1
  • b

    bright-alligator-36034

    11/08/2024, 2:19 PM
    How do I hide the SQL queries by default for a given page?
    b
    • 2
    • 3
  • b

    bright-alligator-36034

    11/12/2024, 12:15 PM
    When using the
    <Value/>
    component, is it possible to have it respect new line characters (
    \n
    )?
    b
    b
    • 3
    • 14
  • b

    bright-lunch-66426

    11/16/2024, 6:15 PM
    I'm running in some performance issues with the webworker. I have quite a few datasets in my app (~100), and the webworker requests them all when the app is loaded. That leads to the app hanging for about 1 minute as the webworker requests all parquet files from the server and receives a 206 response back. Has anyone run into something similar in the past? What would be the best way to address it? I could break up the app into multiple components, refactor the query to combine similar datasets into one (e.g., yearly datasets into 1 combined one), or something else that I haven't thought about
    b
    • 2
    • 2
  • c

    curved-cartoon-98361

    12/18/2024, 4:36 PM
    Anyone have a good open source example of an Evidence deployment with Amplify + Cognito? Thinking about heading that direction for our usage of the tool
    👍 1
  • g

    gorgeous-lighter-30585

    12/28/2024, 12:47 PM
    Hi builders, has anyone tried to separate the build process from the data generation process? (think npm run build from npm run sources) Context: I'm using Evidence to build a BI product for different customers. As I believe in data sovereignty, the data sits in their cloud environments. I'm currently building Evidence reports within their environment, but this forces me to expose the setup. I wonder if I could build the html, css + js in my own environment and copy these over to their environment and 'slide in' the data... Perhaps @bright-smartphone-11251 has some thoughts here?
    b
    m
    p
    • 4
    • 16
  • e

    elegant-library-40999

    01/09/2025, 11:01 PM
    Is there a specific channel where I should ask about Auth, more specifically, this: https://docs.evidence.dev/deployment/evidence-cloud/#authentication ?
    b
    • 2
    • 1
  • b

    bright-lunch-66426

    01/29/2025, 5:56 PM
    I need to build a little tool to process some geojson maps. Ideally, users should be able to submit a geojson file and I would like to use evidence to do some analysis and visualization. I was thinking of trying to use the Web Storage API to store the maps and then have duckdb access the files from there. Has anyone done this before? Would it work?
  • a

    adamant-agency-28494

    02/04/2025, 12:43 AM
    Does anyone know how to write and import from a .js module in evidence, without it being a node_module ? i can't seem to figure out how to get evidence to let me do that
    b
    • 2
    • 11