Empower Your App with Custom Analytics
Convert data into game-changing value. Embed AI-powered analytics into your products.
Explore the code that provides full control over your users’ experience.
Explore the code that provides full control over your users’ experience.
A flexible developer toolkit that gives you tools to embed analytics in a code-first, scalable, modular way. Build analytics and data-driven experiences into your products faster, reduce maintenance burden, and save development time over coding from scratch.
Join our Webinar
Embed analytics in a code-first, scalable, modular way with Sisense ComposeSDK, our flexible developer toolkit. Build analytics and insight-driven experiences in your products faster, reduce maintenance burden, and save development time over coding from scratch.
Register
import { Chart } from "@sisense/sdk-ui";
import { measures } from "@sisense/sdk-data";
import * as DM from "./sample-ecommerce";
export default function App() {
return (
<Chart
dataSet={DM.DataSource}
chartType={'column'}
dataOptions={{
category: [DM.Commerce.AgeRange],
value: [measures.sum(DM.Commerce.Revenue, 'Sales')],
breakBy: [DM.Commerce.Category]
}}
/>
);
}
tsxChoose the right embedding approach
Align your use case, flexibility, and deployment needs with the right libraries.
Compose SDK
- Use Case: Build data driven applications
- Embeddable Elements: Data, charts, customizable individual filters
- Visualizations: Sisense or your own charts
- Flexibility: High
- Languages: React & TypeScript
Recommended Resources
Join other developers
“I love the tool. It's a great way to deliver world-class embedded analytics to end users. I want to work with it every day. Sisense is a 50-blade Swiss Army Knife for business analytics. Knowing how to best apply those blades is key for a successful Sisense implementation.”
Jim Thomas
Silutions Consuting LLC
“Sisense is the flexible platform to build the dynamic report, with the filter options... For the developer or person who has experience in coding. Sisense is really easy to control and integrate with other systems. It can connect the data in database management, excel, google data, ... We can cook the data with SQL scripts.“
Binh Thai
L&E International Ltd.