Giter VIP home page Giter VIP logo

metalldata's Introduction

Description

MetallData is an HPC platform for interactive data science applications at HPC-scales. It provides an ecosystem for persistent distributed data structures, including algorithms, interactivity and storage.

Contents:

  • MetallJsonLines: a prototype backend for a distributed and persistent data store that can be used from Python, using clippy. MetallJsonLines builds on Metall, ygm, clippy, and clippy-cpp.
  • MetallGraph: a prototype graph data structure that consists of two MetallJsonLines stores (vertices + edges)

Required

  • GCC 9.3 or higher is required. (support for some C++20 language features required)
  • MPI (for MPI programs)
  • CMake 3.14 or higher

Download and Build

git clone https://github.com/LLNL/metalldata.git
cd metalldata
mkdir build
cd build
cmake ../
make
pip install --user git+https://github.com/llnl/clippy

Dependencies

This project depends on the following libraries. They are downloaded and build automatically using CMake.

If one prefers to use Spack to install the libraries, type spack install [package name] and spack load [package name] before running CMake.

  • Boost C++ Libraries 1.78.0 or higher (available in Spack, always required)
  • Metall (available in Spack, always required)
  • cereal (tested with v1.3.0, available in Spack, required by YGM)
  • YGM (required)
  • Clippy-cpp (required)

Apache Parquet

To read Parquet files, specify the CMake option METALLDATA_USE_PARQUET=on. Ensure that Apache Arrow (with Parquet support) is installed on the system. MetallData has been tested with version 13.0.0.

License

MetallData is distributed under the MIT license.

All new contributions must be made under the MIT license.

See LICENSE, NOTICE, and COPYRIGHT for details.

SPDX-License-Identifier: MIT

LLNL-CODE-835154

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.