latitude
latitude copied to clipboard
Developer-first embedded analytics
# What? We need for future changes to be able to access and build queries from any connector when resolving the queries in a specific connector. To make our life...
## Describe your changes [A previous PR](https://github.com/latitude-dev/latitude/pull/362) added support for visualizations in the React package, along with the **Table** and **AreaChart** components. This PR introduces the rest of visualizations: -...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
## Describe your changes Added width and height attributes to visualizations config in docs
## What? We want to allow users cache queries from their sources on disk to improve performance. The queries will be stored in parquet format and read with DuckDB. For...
## Description When configuring the TTL in a source or a query, responses will contain a 'Cache-Control' header with this ttl option. In most browsers, this will make it cache...
## Feature Description Allow setting flexible dimensions instead of fixed dimensions in visualization components. ## Goal of Feature Gain more control over chart dimensions to adapt them to different layouts...
# What is this? We want to offer users the possibility of replicating the data from users' databases (sources) into [Parquet files](https://parquet.apache.org/) saved to an S3 bucket. Then all subqueries...
We currently use node's mysql package which is old and does not support some critical features from new mysql versions. We need to migrate to [mysql2](https://www.npmjs.com/package/mysql2) asap.
## Steps To Reproduce 1. Run `examples/sample-react` 2. Modify the value of `end_year` from the input in React, outside of the embed ### Environment - Happens since `@latitude-data/react` version `0.6.2`...