Giter VIP home page Giter VIP logo

ava's Introduction

English | ็ฎ€ไฝ“ไธญๆ–‡

AVA logo

A framework for automated visual analytics.


AVA (AVA logo Visual Analytics) is a framework (or a solution) for more convenient visual analytics. The first A of AVA has many meanings. It states that this framework is from Alibaba, and its goal is to become an Automated, AI driven solution that supports Augmented analytics.


Demo

<div id="mountNode"></div>
import { autoChart } from '@antv/chart-advisor';

const container = document.getElementById('mountNode');

const data = [
  {field1: 'a', field2: '100'},
  {field1: 'b', field2: '300'},
  {field1: 'c', field2: '800'},
];

autoChart(container, data, {toolbar: true, development: true});

AVA demo

Packages

๐Ÿ“ฆ AVA/CKB

CKB stands for Chart Knowledge Base. This package is the KB where empirical knowledge about visualization and charts is stored. The chart recommendation is based on it.

At the same time, this package also facilitates us to develop products of chart type selection.

@antv/knowledge // to get the chart knowledge base

๐Ÿ“ฆ AVA/DataWizard

DataWizard is a js/ts library for data processing. In the AVA framework, it is used to 'understand' the input dataset. However, it can also be used independently to develop some statistical or data mocking functions.

@antv/dw-analyzer // to understand a dataset
@antv/dw-random // to generate random mock data

๐Ÿ“ฆ AVA/ChartAdvisor

ChartAdvisor is the core component of AVA. It recommends charts based on dataset and analysis needs.

@antv/chart-advisor // to make charts automatically

Resources

Contribution PRs Welcome

AVA is jointly built by multiple core data visualization technology or product teams within Alibaba Group, including AntV & DeepInsight of Ant Financial, FBI of New Retail Technology Business Group and Kanaries of Freshhema.

AntV DeepInsight FBI Kanaries

We welcome all contributions. Please read our Contributing Guide first. You can submit any ideas as pull requests or as GitHub issues. Let's build a better AVA together.

More at Wiki: Development.

Links

ChartCube - Online chart making tool based on G2Plot.

Kitchen - A suite of plugins to enhance designers.

Rath - Augmented analytics tool with automated insight discovery and interactive visualization design.

ava's People

Contributors

neoddish avatar jeffy2012 avatar arranzeyuwang avatar amyqianqianwang avatar yanyan-wang avatar lzxue avatar observedobserver avatar imgbotapp avatar aceleewinnie avatar dependabot-preview[bot] avatar imgbot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.