Skip to content
/ GAIA Public
forked from vgorte/GAIA

Webplatform for collaborativ working with big scaled maps

Notifications You must be signed in to change notification settings

Albertios/GAIA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaia

Webplatform for analyzing large images and data sets with R

N|Solid

GAIA is a free to use service for analyzing phenomenons using big images and/or data sets using R-Script.

  • Once registered, create projects and manage them
  • Input raw R-Script code or upload .r files
  • Share projects and scripts in a collaborative manner
  • This service is and will always be free of charge! 👍

Tech

GAIA was developed and works purely on open source software and projects :

  • Bootstrap - Responsive HTML, CSS and Javascript framework
  • Node.js - evented I/O for the backend
  • MongoDB - Easy to use database
  • jQuery - duh!
  • Atom - Hackable texteditor

And of course GAIA itself is open source with a public repository on GitHub.

“Software is like sex: it's better when it's free.” -Linus Torvalds

Installation

To run GAIA, you have to download this repository. You also need the node pack manager (npm). Navigat to the server folder and install the dependencies via npm. Before starting the server make sure that mongoDB is running

$ mongod --dbpath /.../ #Path where you want to save everything
$ cd /.../GAIA/server/
$ npm install 
$ npm start

Server and db should be running now and you should be able to visit the URL given in the server.js file .

Free Software, Hell Yeah!

About

Webplatform for collaborativ working with big scaled maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.3%
  • CSS 29.0%
  • HTML 13.7%