https://github.com/bidmcdigitalpsychiatry/lamp-server

The mindLAMP server.

https://github.com/bidmcdigitalpsychiatry/lamp-server

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

The mindLAMP server.

Basic Info
  • Host: GitHub
  • Owner: BIDMCDigitalPsychiatry
  • Language: TypeScript
  • Default Branch: master
  • Homepage: https://docs.lamp.digital/
  • Size: 2.44 MB
Statistics
  • Stars: 7
  • Watchers: 3
  • Forks: 11
  • Open Issues: 10
  • Releases: 24
Created over 7 years ago · Last pushed 10 months ago
Metadata Files
Readme

README.md

LAMP Server

To learn more about the LAMP Platform, visit our documentation.

Environment

| Name | Required | Description | |---|---|---| | APP_GATEWAY | | Deprecated. Use NOTIFICATION_SERVICE_URL. | | CACHE_FLUSH_ALL | | | | CACHE_SIZE | | | | CDB | | Deprecated. Couch DB is no longer used. | | DASHBOARD_URL | :heavycheckmark: | | | DB | :heavycheckmark: | | | DB_KEY | | | | NATS_SERVER | :heavycheckmark: | | | NOTIFICATION_SERVICE_API_KEY | | The api key to be used when addressing the designated notification service. | | NOTIFICATION_SERVICE_URL | | The protocol scheme, hostname, and optionally port that points to the desired notification service. | | PORT | | The port number the server should listen on. Defaults to 3000. | | PUSH_API_KEY | | Deprecated. Use NOTIFICATION_SERVICE_API_KEY. | | PUSH_GATEWAY | | Deprecated. Use NOTIFICATION_SERVICE_URL. | | PUSH_GATEWAY_APIKEY | | Deprecated. Use NOTIFICATION_SERVICE_API_KEY. | | REDIS_HOST | :heavycheckmark: | | | ROOT_KEY | :heavycheckmark: | | | SHUTDOWN_GRACEPERIOD_MS | | The number of milliseconds after the process receives a termination signal before forcibly closing connections. | | SYSTEM_STATUS_API_KEY | | If set, some of the system info endpoints (such as /system/metrics or /system/version) will require a key query parameter equal to this env var in order to access. |

Owner

  • Name: BIDMC Division of Digital Psychiatry
  • Login: BIDMCDigitalPsychiatry
  • Kind: organization
  • Email: team@digitalpsych.org
  • Location: Longwood Medical Area, Boston, MA, US

GitHub Events

Total
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 36
  • Pull request review comment event: 18
  • Pull request review event: 16
  • Pull request event: 39
  • Fork event: 2
  • Create event: 10
Last Year
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 36
  • Pull request review comment event: 18
  • Pull request review event: 16
  • Pull request event: 39
  • Fork event: 2
  • Create event: 10

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 21
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.14
  • Merged pull requests: 16
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 19
  • Average time to close issues: N/A
  • Average time to close pull requests: 10 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.16
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • sarithapillai8 (19)
  • willscripted (10)
  • MattMatt27 (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package-lock.json npm
  • 732 dependencies
package.json npm
  • @types/bull ^3.15.8 development
  • @types/cors ^2.8.6 development
  • @types/express ^4.17.2 development
  • @types/fs-extra ^5.1.0 development
  • @types/jest ^27.5.1 development
  • @types/mongodb ^3.6.12 development
  • @types/morgan ^1.9.2 development
  • @types/node ^13.1.2 development
  • @types/node-fetch ^2.6.1 development
  • @types/readable-stream ^2.3.5 development
  • @types/request ^2.48.4 development
  • @types/uniqid ^4.1.3 development
  • @types/uuid ^8.0.0 development
  • @typescript-eslint/eslint-plugin ^5.23.0 development
  • @typescript-eslint/parser ^5.23.0 development
  • dotenv ^8.2.0 development
  • dotenv-cli ^4.0.0 development
  • eslint ^8.1.0 development
  • eslint-config-prettier ^8.5.0 development
  • eslint-plugin-prettier ^4.0.0 development
  • jest ^28.1.0 development
  • nodemon ^2.0.7 development
  • pkg ^5.4.0 development
  • prettier ^2.0.5 development
  • rimraf ^2.6.3 development
  • source-map-support ^0.5.16 development
  • ts-jest ^28.0.2 development
  • ts-node ^9.1.1 development
  • tslint ^5.20.1 development
  • tslint-config-prettier ^1.18.0 development
  • tslint-config-standard ^8.0.1 development
  • typescript ^4.1.2 development
  • ajv ^8.1.0
  • async-mutex ^0.2.4
  • bull ^3.29.3
  • cors ^2.8.5
  • express ^4.17.1
  • ioredis ^4.22.0
  • mongodb ^3.6.20
  • morgan ^1.9.1
  • nano ^8.2.2
  • nanoid ^3.1.3
  • node-fetch ^2.6.7
  • ts-nats ^1.2.15
.github/workflows/build.yml actions
  • actions/checkout v1 composite
  • actions/setup-node v1 composite
.github/workflows/production.yml actions
  • actions/checkout v1 composite
  • jerray/publish-docker-action v1.0.3 composite
Dockerfile docker
  • node 18.12.1-alpine3.16 build