Giter Club home page Giter Club logo

datarice's Introduction

datarice

datarice is a simple, and easy to install tool for data visualisation.

Installation

The base project requires NodeJS v18, and it is set up like any other NodeJS projects.

git clone [email protected]:gohanko/datarice.git
cd datarice
npm ci

Then you need to build it using this command. Building the application takes a few minutes, but only need to be done once.

npm run build

Note: You also should rebuild it every time you update it.

The application is now installed, and all you need to do next is to run this command to start it.

npm run start

The URL to access it will be at in the terminal, but usually is at http://localhost:3000/

Configuration

The .env, .env.development, and .env.production files are all configuration files setting some default environment variables. For more information please have a look at this documentation.

The environment variables for this project are

  • NODE_ENV - Sets the build mode of the project. Available values are development and production. This affects how the project is built.
  • DATA_STORE_DIRECTORY - Sets the directory on which the application is looking at. Usually point this to the folder where you have data files that you want to visualise.

To override the defaults, you should add a .env.local file in the root of this project, and set your variables there.

Screenshots

Alt text

Contributing

Pull Requests are welcomed. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update or create tests as appropriate.

Acknowledgment

I would like to thank the following people, whose guidance and help provided me with invaluable insights and inspirations while developing this project.

  • Dr. Ooi Boon Yaik <[email protected]>, my final year project supervisor, for the original project title/idea, and guiding me throughout my final year project. His valuable, and constructive suggestions and critiques has been extremely valuable to ensuring the project is successful.
  • Aaron Imming <[email protected]>, for his help answering my NodeJS/React related question when I was developing the project. His advice, and help has allowed me to complete my work faster, and produce better code.

I would also like to thank my university, University Tunku Abdul Rahman (UTAR), without which I would not have the opportunity to participate in academic research and development work.

datarice's People

Contributors

aaimio avatar dependabot[bot] avatar gohanko avatar

Stargazers

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