Giter VIP home page Giter VIP logo

hal9's Introduction

Hal9: Interactive data apps โ€” design visually, power with code

Hal9 PyPi Downloads Hal9 NPM Downloads

Hal9 is a framework for building interactive data apps for data scientists and engineers. It allows you to utilize your DS/ML code with minimal overhead, and frees you from having to worry about frontend web frameworks. Hal9 consists of the following components:

  • Visual Designer: A browser WYSIWYG interface to design your app via drag-and-drop, yet fuly customizable with HTML.
  • Multi-Lingual Server: Packages in R, Python, JavaScript (and more on the way!) for controlling the behavior of elements in your app.

Getting started

The quickest place to test things out is this hosted demo: hal9.com/new. Refer to the Docs at hal9.com/docs.

Python

pip install hal9
import hal9 as h9
h9.new("my_app")
h9.start("my_app")

R

The development version of the package can be installed via

remotes::install_github("hal9ai/hal9", subdir = "r")

library(hal9)
h9_new("my_app")
h9_start("my_app")

This requires Rust toolchain, e.g., rustup.rs.

CLI

Alternatively, if you prefer working from the terminal, you can clone this repo and run

cargo install --path server

hal9 new my_app
hal9 start my_app

This requires Rust toolchain, e.g., rustup.rs.

Principles

  • Easy to get started. You don't need to read a book or build a reactive execution graph in your head before you can build a dashboard.
  • First-class multi-lingual support. Power your apps with Python, or R, or combine them, natively, without having to use interop tools such as reticulate or rpy2. Rust and TypeScript APIs are being developed next, with many more to come.
  • Respect code and reproducibility. While we make it easy to build apps, all artifacts should be in standard formats so that you can (if you'd like) work with actual web designers on your team to fulfill corporate styling needs.
  • Seamless deployment from applications to production.

hal9's People

Contributors

javierluraschi avatar anchit-sadana avatar azeloc avatar g-m-e avatar kevinykuo avatar williamorim avatar inaki321 avatar brenda-lambert avatar snow-hare avatar opinon1 avatar slugenj avatar emilianopp avatar gnykka 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.