npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

service-point-pro-sisense

v1.6.6

Published

Sisense integration - React Native

Downloads

1,221

Readme

Compose SDK Monorepo

Compose SDK is a Software Development Kit that enables a composable, code-driven way to use Sisense platform capabilities. Build analytics and data-driven experiences into your product with code using Compose SDK, a set of client-side libraries and components for query composition, data visualization, and more.

  • Create Sisense queries, charts, and filters directly from your application code No predefined dashboards or widgets required - or render existing widgets by ID. Mix and match approaches to fit your needs.
  • Composable, modular and extensible Use our components, customize them, or bring your own. Compose SDK works equally well for building new applications or upgrading existing ones to use Sisense’s powerful analytics platform.
  • Built with developer experience in mind The SDK is available via GitHub and NPM, supports Typescript and React, and includes documentation, code samples and CLI tools that help you get things done with ease.

What you need to know

  • Compose SDK requires a Sisense license & access to a Sisense instance
  • Compose SDK supports Sisense version L2022.11 or newer
  • Compose SDK currently supports development using JavaScript/Typescript and React
  • This repository is a monorepo containing all SDK packages. You can find the individual packages here

Documentation

You can find documentation for Compose SDK on the Sisense Developer Portal.

A demo application for Compose SDK + Typescript + React is available at https://csdk-react.sisense.com/. The source code repo is at compose-sdk-react-demo.

Overview of Development Tools

This project uses Yarn 3 for package management, Yarn workspaces for monorepo management, and the Yarn version plugin for versioning/publishing.

Using Volta as your Node.js version manager is strongly recommended, but Node Version Manager nvm is also supported. Currently, the project is tested with Node.js 18.16.0 or newer.

Installation

Clone the repo, move to the repo directory, install dependencies, and build the project:

cd compose-sdk-monorepo
yarn install
yarn build

(First installation and build may take a few minutes to complete.)

Run the Storybook (@sisense/sdk-ui)

The Storybook contains chart examples of different chart types and configurations. These examples do not need a Sisense instance to run.

From packages/sdk-ui, run:

yarn storybook

Set up another app

You can find more information about setting up an app using this SDK in quickstart.md or quickstart-angular.md.