Git Product home page Git Product logo

foreal's Introduction

foReal - Team up for real-world data exploration

foReal offers data processing for real-world sensor deployments. A multi-modal, multi-application data processing and analysis framework designed for data exploration.

Please refer to the documentation for a full user guide

NOTE: This framework is experimental and still under development. It's by no means production-ready and might break anytime!

Why foReal?

Open environmental data can be used to tackle environmental challenges. However, such data is often incomprehensible since it is inherently complex and thus limited to a tech-savvy group with environmental background. Improved accessibility can lead to better collaboration between experts and decision-makers, involvement of the public and machine intelligence and consequently a society-wide response to pending challenges.

foReal follows a declarative paradigm: To bridge expertise domains it is more relevant to define what is needed (declarative), instead of how it is implemented (imperative). To accomplish a declarative workflow, foReal focuses on

  • Configurability: Define your analysis workflow using a task graph which can be dynamically reconfigured by you or your project partners.
  • Accessbility: Integrated web service to show, share and debug your analaysis.
  • Reproducability: Define your task graph in a python file and load it by different apps to perform the same computations.

Installation

Download and install miniconda for python

conda create -n foreal -y python=3.8
conda activate foreal
pip install poetry
poetry install

Configuration

Some foReal function depend on specific directories or require specific access keys. These keys are stored in a configuration file. The location of the file is OS-dependant. An empty file can be created with (its location will be printed):

python -c "import foreal; foreal.create_user_config_file()"

You can open the file and insert configuration parameters in yaml format e.g.

user_dir: /path/to/usr/dir
arclink: {"user":"theusername", "password":"topsecretpw", "url":"http://arclink.server.address"}

Getting Started

Check out our getting started section or the examples folder in this repository.

Documentation

The documentation is created with Markdown and pydoc-markdown. From within the docs folder, the documentation can compiled by invoking novella or it can be served using novella --serve.

Caveats

  • This public release was copied from an internal version of the framework to support open-sourcing our research projects. Not all parts (certain features, tests, benchmarks, ...) have been transfered yet.
  • Currently some functions are designed to work with time-series data only, meaning the data must have a time coordinate. This will be resolved in the future.

foreal's People

Contributors

niowniow avatar

Stargazers

 avatar

Watchers

 avatar  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.