Giter Site home page Giter Site logo

tryweirdier / cloud-platform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from google/ground-platform

0.0 0.0 0.0 30.94 MB

Cloud hosted components: Web console, Cloud Functions, db config

Home Page: http://groundplatform.org

License: Apache License 2.0

Shell 0.13% JavaScript 1.80% TypeScript 19.91% CSS 0.58% HTML 76.14% SCSS 1.43%

cloud-platform's Introduction

Ground Platform

Open Source Helpers

Ground is an open-source, map-first data collection and analysis platform built to seamlessly connect the offline world with cloud-based storage and computation. The platform consists of a web app for data management and an Android app for offline data collection. Our goal is to provide a "just right" data collection solution that meets the needs of community organizers, conservationists, humanitarian workers, and researchers addressing some of today's most pressing issues.

Note: Ground is not an officially supported Google product, and is developed on a best-effort basis.

You can learn more about Ground on the project website.

About this Repository

This repo contains all Ground cloud-based / hosted components:

Directory Component
docs/ Public documentation, including Ground homepage
firestore/ Firestore config defining Firebase rules and other database settings
functions/ Firebase Cloud Functions, used to sync with Google Sheets and import/export data to/from other data sources
web/ Ground web console used to set up and manage projects, and to view, edit, and analyze collected data online

Firestore Cloud Functions currently only supports Node.js v6.11.5, while the web dashboard is built using a newer version of Node.js. Contributors should use the appropriate version of Node for the component they are working on. Follow the instructions provided in the README of each subdirectory to set up the proper development environment for each component.

Contributing

We'd love to accept your patches and contributions to this project. For more information, including details on the required Contributor License Agreement (CLA), code reviews, and environment setup, see Contributing to Ground Platform.

Getting started

Node.js

Note: This guide assumes nvm (Node Version Manager) will be used to install and manage Node.js versions. For more information on nvm, including installation instructions, see https://github.com/creationix/nvm#installation>

Once you have nvm installed, install Node.js with:

$ nvm install 14 && nvm use 14

Then install the Angular CLI using npm using:

$ npm install -g @angular/cli

Quickstart

To get up and running quickly, you can run the web app against the local Firebase emulator.

To install dependencies and start the emulator, run:

$ cd functions && npm install && npm run emulators

Leave the emulator running, and in a new shell execute the following:

$ cd web && npm install && npm run start:local

Once the local server is ready, you can navigate to http://localhost:4200/project/new to create a new Ground project. Note that for expediency, the above commands start the app without valid API keys, so warnings related to missing API keys are expected.

Next steps

To set up your environment for developing Cloud Functions against a real Firebase project, see functions/README.md.

For further instructions on working with the Angular web app, see web/README.md.

Building and Deploying Ground from Source

For step-by-step instructions setting up your own instance of Ground, see the documentation for building and deploying Ground from the source.

cloud-platform's People

Contributors

gino-m avatar parulraheja98 avatar daoyut avatar gyarill avatar dakshub avatar gauravchalana1 avatar scolsen avatar dependabot[bot] avatar shobhitagarwal1612 avatar dhvogel avatar os-micmec avatar deepakbansal avatar tiyarah avatar mmisim avatar mvrs avatar lichkkkk avatar semla avatar recursive-knot 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.