Spotrix
GitHubBlogs
  • Welcome to Spotrix!
  • Installing
    • Installing
    • Upgrading
  • Configuration
    • Basic configuration
    • Custom configuration
    • Caching
    • Connection to databases
      • Guinsoo 💎
      • Apache Pinot
      • Apache Presto
      • Trino
      • Apache Druid
      • ClickHouse
      • MindsDB
      • DuckDB
  • Creating Charts
    • Creating your charts
    • Creating your dashboard
    • Explore your data
  • Ecosystem
    • Data Ecosystem
    • Semantic Layer
  • Solutions
    • Financial Services
    • Next-Gen BI
  • Appendix
    • Contribute
    • Security
    • FAQs
Powered by GitBook
On this page
  • Can I upload and visualize CSV data?
  • How Big can my data source be?
  • Why is the map not visible in the geospatial visualization?
  • What if the table schema changed?
  • How can I set a default filter on my dashboard?

Was this helpful?

  1. Appendix

FAQs

Frequently Asked Questions

PreviousSecurity

Last updated 2 years ago

Was this helpful?

TOC:

Can I upload and visualize CSV data?

Absolutely! Read the instructions to learn how to enable and use CSV upload.

How Big can my data source be?

It can be gigantic! Spotrix acts as a thin layer above your underlying databases or data engines.

As mentioned above, the main criterion is whether your database can execute queries and return results in a time frame that is acceptable to your users. Many distributed databases out there can execute queries that scan through terabytes in an interactive fashion.

Why is the map not visible in the geospatial visualization?

You need to register a free account at , obtain an API key, and add it to .env and .env-non-dev at the key MAPBOX_API_KEY:

MAPBOX_API_KEY = "sljfj-028ihjskdf87==slkdfjkj77jhwdflk"

What if the table schema changed?

Table schemas evolve, and Spotrix needs to reflect that. It's pretty common in the left cycle of a dashboard to want to add a new dimension or metric. To get Spotrix to discover your new columns, all you have to do is to go Data --> Datasets, click the edit icon next to the dataset those schema has changed, and hit Sync columns from source from the Columns tab. Behind the scene, the new columns will get merged it. Following this, you may want to re-edit the table afterward to configure the Columns tab, check the appropriate boxes and save again.

How can I set a default filter on my dashboard?

Simply apply the filter and save the dashboard while the filter is active.

here
mapbox.com
Can I upload and visualize CSV data?
How Big can my data source be?
Why is the map not visible in the geospatial visualization?
What if the table schema changed?
How can I set a default filter on my dashboard?