A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

Aqualink

A philanthropically funded system to help people manage their local marine ecosystems in the face of increasing Ocean temperatures.
https://github.com/aqualinkorg/aqualink-app

Category: Biosphere
Sub Category: Marine Life and Fishery

Keywords

climate-change environment nodejs react typescript

Keywords from Contributors

archived measur transforms projection observation conversion animals compose optimize generic

Last synced: about 13 hours ago
JSON representation

Repository metadata

Aqualink.org Ocean Monitoring Application

README.md

Aqualink App

This is the main repository for the Aqualink Coral Monitoring Application.

Description

Aqualink is a philanthropically funded system to help people manage their local marine ecosystems in the face of increasing Ocean temperatures. The system consists of satellite-connected underwater temperature sensors and photographic surveys to allow for remote collaboration with scientists across the world. If you are concerned about the effect of climate change on your local reef and want to do something about it then please apply to get a smart buoy for free.

Aqualink Screenshot - Map Page

Development

The app is a monorepo managed by Lerna using
Yarn Workspaces. Individual packages are found in the ./packages directory. The app has two primary components:

Commands can either be run for a specific package by changing to the package subdirectory and running them directly
, or for the entire project by running them here in this directory.

Getting Started

To get started, run yarn install from this directory. This will install all dependencies for all the packages. You
will also need to do some package-specific configuration such as setting up a .env file for environment variables

  • see the individual package READMEs for details on this process.

Running Commands

# Build all of the packages
yarn build

# Run tests for all of the packages
yarn test

# Start up all of the packages locally
yarn start

# Lint a specific file
yarn lint ./packages/api/src/path/to/file.ts

# Lint all the files in the app
yarn lint:all

Deploying

We are using Google App Engine to deploy applications. The default project we are using is ocean-systems.

  • Install the Gloud CLI using the instructions available here
  • Make sure you are logged in by running gcloud auth login
  • The run the following commands:
# Set the project to ocean-systems
gcloud config set project ocean-systems

# Deploy to Google Cloud
yarn deploy

# Wait and verify that the app is running
gcloud app browse

Contributing

Aqualink is an MIT-licensed open source project. Contributions from developers and scientists are welcome!

License

Aqualink is MIT licensed.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 days ago

Total Commits: 672
Total Committers: 22
Avg Commits per committer: 30.545
Development Distribution Score (DDS): 0.658

Commits in past year: 87
Committers in past year: 6
Avg Commits per committer in past year: 14.5
Development Distribution Score (DDS) in past year: 0.598

Name Email Commits
Eric Boucher e****r@g****m 230
Thanas Leraj t****j@p****m 122
echaidemenos 8****s 89
avalmas-programize 6****e 69
dependabot[bot] 4****] 63
Konstantinos Markopoulos k****s@g****m 19
PysarenkoDS-BWT 9****T 14
Ben Peters b****s@g****m 12
Caesarh97 1****7 12
vickykont-programize v****n@p****m 8
Ryan Samarakoon S****c 7
Ryan Samarakoon 2****S 6
Yao Ding y****d 5
Mamadou Ouologuem 4****m 4
Drew Gray d****y 3
Arsalan Khattak 3****v 2
dianakw8591 5****1 2
Anthony Bouillis a****s 1
Chris Morin 7****n 1
Daniel J. Dufour d****r@g****m 1
Sachin Haldavanekar s****r@g****m 1
jrn2778 4****8 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 418
Total pull requests: 729
Average time to close issues: about 1 month
Average time to close pull requests: 10 days
Total issue authors: 11
Total pull request authors: 21
Average comments per issue: 0.72
Average comments per pull request: 0.83
Merged pull request: 675
Bot issues: 0
Bot pull requests: 73

Past year issues: 43
Past year pull requests: 113
Past year average time to close issues: about 2 months
Past year average time to close pull requests: 12 days
Past year issue authors: 3
Past year pull request authors: 6
Past year average comments per issue: 1.28
Past year average comments per pull request: 1.05
Past year merged pull request: 88
Past year bot issues: 0
Past year bot pull requests: 24

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/aqualinkorg/aqualink-app

Top Issue Authors

  • ericboucher (248)
  • drewjgray (53)
  • Caesarh97 (52)
  • peterive (27)
  • echaidemenos (12)
  • tleraj (9)
  • Ry-DS (6)
  • avalmas-programize (6)
  • K-Markopoulos (2)
  • spiderkeys (2)
  • DanielJDufour (1)

Top Pull Request Authors

  • ericboucher (234)
  • tleraj (133)
  • echaidemenos (95)
  • avalmas-programize (74)
  • dependabot[bot] (73)
  • K-Markopoulos (26)
  • Ry-DS (15)
  • PysarenkoDS-BWT (15)
  • bencpeters (13)
  • Caesarh97 (13)
  • vickykont-programize (11)
  • yaodingyd (10)
  • mamadOuologuem (5)
  • drewjgray (3)
  • dianakw8591 (2)

Top Issue Labels

  • frontend (133)
  • mvp (71)
  • priority:high (60)
  • backend (55)
  • good first issue (41)
  • beginner friendly (40)
  • skills:Typescript (37)
  • enhancement (34)
  • skills:React (29)
  • bug (26)
  • design (23)
  • api (23)
  • priority:medium (18)
  • tech debt (10)
  • skills:Node (9)
  • devops (6)
  • 💎 Bounty (5)
  • skills:Firebase (5)
  • 💰 Rewarded (4)
  • skills:Postgres (3)
  • mobile (3)
  • easy (2)
  • ready for review (2)
  • help wanted (2)
  • question (1)
  • documentation (1)
  • wontfix (1)
  • skills:GoogleCloud (1)
  • sp: 1 (1)

Top Pull Request Labels

  • dependencies (73)
  • frontend (6)
  • javascript (6)
  • 🙋 Bounty claim (5)
  • skills:Typescript (3)
  • backend (3)
  • skills:React (3)
  • api (3)
  • devops (2)
  • ready for review (1)
  • enhancement (1)
  • bug (1)
  • skills:Firebase (1)

Dependencies

package.json npm
  • @typescript-eslint/eslint-plugin ^4.29.0 development
  • @typescript-eslint/parser ^4.29.0 development
  • babel-eslint ^10.1.0 development
  • cross-spawn ^7.0.02 development
  • eslint ^7.32.0 development
  • eslint-config-airbnb ^18.1.0 development
  • eslint-config-prettier ^6.11.0 development
  • eslint-config-react-app ^6.0.0 development
  • eslint-import-resolver-typescript ^2.4.0 development
  • eslint-plugin-flowtype ^5.2.0 development
  • eslint-plugin-fp ^2.3.0 development
  • eslint-plugin-import ^2.23.4 development
  • eslint-plugin-jsx-a11y ^6.2.3 development
  • eslint-plugin-prettier ^3.1.3 development
  • eslint-plugin-react ^7.24.0 development
  • eslint-plugin-react-hooks ^4.2.0 development
  • husky ^4.2.5 development
  • lerna ^3.22.0 development
  • lint-staged ^10.2.9 development
  • prettier 2.5.1 development
  • typescript ^4.5.5 development
packages/api/package.json npm
  • @nestjs/cli ^7.0.0 development
  • @nestjs/schematics ^7.0.0 development
  • @nestjs/testing ^7.0.0 development
  • @types/express ^4.17.13 development
  • @types/faker ^4.1.12 development
  • @types/jest 24.9.0 development
  • @types/lodash ^4.14.156 development
  • @types/moment-timezone ^0.5.13 development
  • @types/multer ^1.4.3 development
  • @types/node ^13.9.1 development
  • @types/passport ^1.0.4 development
  • @types/passport-strategy ^0.2.35 development
  • @types/sharp ^0.30.4 development
  • @types/supertest ^2.0.8 development
  • faker ^4.1.0 development
  • firebase-admin ^9.0.0 development
  • firebase-functions ^3.8.0 development
  • glob ^7.1.6 development
  • jest 26.6.0 development
  • nodemon ^2.0.4 development
  • rimraf ^3.0.2 development
  • supertest ^4.0.2 development
  • ts-jest ^24.0 development
  • ts-loader ^6.2.1 development
  • ts-node ^8.10.2 development
  • tsconfig-paths ^3.9.0 development
  • typeorm-seeding ^1.6.1 development
  • webpack ^4.43.0 development
  • webpack-cli ^3.3.12 development
  • yargs ^15.4.1 development
  • @google-cloud/storage ^5.3.0
  • @googlemaps/google-maps-services-js ^3.1.6
  • @nestjs/common ^7.0.0
  • @nestjs/core ^7.0.0
  • @nestjs/passport ^7.1.0
  • @nestjs/platform-express ^7.0.0
  • @nestjs/schedule ^0.4.1
  • @nestjs/swagger ^4.8.0
  • @nestjs/typeorm ^7.0.0
  • @turf/nearest-point ^6.5.0
  • @types/bluebird ^3.5.32
  • @types/node-xlsx ^0.15.3
  • axios ^0.21.1
  • axios-retry ^3.1.9
  • bluebird ^3.7.2
  • class-transformer ^0.3.1
  • class-validator ^0.12.2
  • csv-parse ^4.15.1
  • express ^4.17.1
  • fastify-swagger ^4.7.0
  • firebase-admin ^9.0.0
  • geo-tz ^6.0.0
  • geojson ^0.5.0
  • geotiff ^1.0.4
  • hashids ^2.2.1
  • lodash ^4.17.15
  • md5-file ^5.0.0
  • moment ^2.27.0
  • moment-timezone ^0.5.31
  • multer ^1.4.2
  • node-xlsx ^0.17.2
  • objects-to-csv ^1.3.6
  • passport ^0.4.1
  • passport-custom ^1.1.1
  • pg ^8.2.1
  • pg-native ^3.0.0
  • reflect-metadata ^0.1.13
  • rxjs ^6.5.4
  • sharp ^0.30.6
  • swagger-ui-express ^4.1.6
  • ts-exif-parser ^0.2.1
  • typeorm ^0.2.41
  • typeorm-naming-strategies ^1.1.0
packages/website/package.json npm
  • @types/chart.js ^2.9.27 development
  • @types/classnames ^2.2.10 development
  • @types/immutable ^3.8.7 development
  • @types/jest ^24.0.0 development
  • @types/jsonwebtoken ^8.5.0 development
  • @types/lodash ^4.14.149 development
  • @types/node ^12.0.0 development
  • @types/react ^16.9.0 development
  • @types/react-dom ^16.9.0 development
  • @types/react-leaflet ^2.5.1 development
  • @types/react-redux ^7.1.7 development
  • @types/react-router-dom ^5.1.3 development
  • @types/react-slick ^0.23.4 development
  • @types/react-swipeable-views ^0.13.0 development
  • @types/redux-mock-store ^1.0.2 development
  • @types/validator ^13.1.0 development
  • canvas ^2.8.0 development
  • cross-env ^7.0.2 development
  • dotenv-cli ^4.0.0 development
  • @date-io/date-fns ^1.3.13
  • @material-ui/core ^4.9.5
  • @material-ui/icons ^4.9.1
  • @material-ui/lab ^4.0.0-alpha.56
  • @material-ui/pickers ^3.2.10
  • @reduxjs/toolkit ^1.3
  • @sketchfab/viewer-api ^1.12.0
  • @testing-library/dom ^7.8.0
  • @testing-library/jest-dom ^4.2.4
  • @testing-library/react ^9.3.2
  • @testing-library/user-event ^7.1.2
  • axios ^0.21.1
  • chart.js ^2.9.3
  • chartjs-plugin-annotation ^0.5.7
  • classnames ^2.2.6
  • date-fns-tz ^1.1.3
  • download-csv ^1.1.1
  • enzyme ^3.11.0
  • enzyme-adapter-react-16 ^1.15.2
  • enzyme-to-json ^3.4.4
  • firebase ^7.16.1
  • firebase-tools ^10.0.1
  • immutable ^4.0.0-rc.12
  • jsonwebtoken ^8.5.1
  • leaflet ^1.7.1
  • lodash ^4.17.15
  • material-table ^1.65.0
  • moment ^2.27.0
  • moment-timezone ^0.5.31
  • mutationobserver-shim ^0.3.7
  • react ^16.13.1
  • react-chartjs-2 ^2.9.0
  • react-dom ^16.13.1
  • react-dropzone ^11.0.3
  • react-ga ^3.1.2
  • react-hook-form ^6.0.8
  • react-leaflet ^2.7.0
  • react-leaflet-markercluster ^2.0.0
  • react-material-ui-carousel ^1.8.2
  • react-redux ^7.2.0
  • react-router-dom ^5.1.2
  • react-scripts ^4.0.3
  • react-slick ^0.27.10
  • react-swipeable-bottom-sheet ^1.1.2
  • react-swipeable-views ^0.13.9
  • redux ^4.0.5
  • redux-mock-store ^1.5.4
  • slick-carousel ^1.8.1
  • validator ^13.1.1
  • youtube-v3-api ^1.1.1
yarn.lock npm
  • 2770 dependencies
packages/api/Dockerfile docker
  • node 16 build
packages/api/docker-compose.yml docker
  • kartoza/postgis 12.1
.github/workflows/build_api.yml actions
  • actions/cache v2 composite
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • kartoza/postgis 12.1 docker
.github/workflows/build_website.yml actions
  • actions/cache v2 composite
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • dswistowski/surge-sh-action v1 composite
  • marocchino/sticky-pull-request-comment v1 composite

Score: 7.434847875212