Giter VIP home page Giter VIP logo

anaml's Introduction

The Platform for Enterprise Data Products

Anaml is the easiest and most powerful way to discover, create and operationalise trusted Data Products for Machine Learning, Analytics and Decisioning.

Alt text

Anaml Overview

Our mission is to democratise access to trusted data for technical business teams: data science/ ML/AI, analytics, decisioning, risk and many others:

  • Anaml makes Data Products (features, metrics and attributes) easy to create (parametric, low code, or full code), discover and compose into datasets that can be served into production for offline batch, online and real-time use-cases
  • Anaml took the concept of a ‘feature store’ from data science and generalised it for the entire enterprise, Anaml caters to: features, metrics and materialisations for the entire organisation
  • Anaml removes the technical barriers: no-code, low-code and full code transformations

Getting Started

Docker

The easiest and quickest way to try Anaml is running locally with Docker:

git clone https://github.com/simple-machines/anaml.git
cd anaml
docker compose up -d

You should now be able browse to Anaml at http://localhost:8081.

The default username/password is [email protected] / test password. These can be changed in the docker-compose.yml file or through environment variables.

Demo Data

If you would like to setup some demonstration data and definitions run the following command:

./docker-demo-data-setup.sh

Adding your own data

You can add your own data into the docker container inside the demo-data/raw directory. Each table of data should be in it's own directory.

For example to add data on orders:

mkdir -p demo-data/raw/orders
cp <orders data file(s)> demo-data/raw/orders

In Anaml create a new Table, choose local_csv or local_orc as the Source and set the path as orders. You should now be able to preview the table.

Clean-up

If you would like to reset the environment and database:

docker compose down
rm demo-setup/terraform.tfstate
docker volume rm pg-data

Terraform

If you would like to install with multiple users, or with a more compute resources you can use our terraform scripts to deploy to AWS or GCP.

anaml's People

Contributors

idc101 avatar adam-sm avatar forficate avatar huwcampbell avatar

Stargazers

Ryan Collingwood avatar

Watchers

Mark M avatar Johan avatar  avatar

anaml's Issues

Terraform error in 'docker-demo-data-setup.sh' script

Error: Reference to undeclared resource

│ on main.tf line 154, in module "anaml_demo_features":
│ 154: source_id = anaml-operations_source.local.id

│ A managed resource "anaml-operations_source" "local" has not been declared in the root module.

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.