npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

global-retro-graphql

v1.0.0

Published

<a name="readme-top"></a>

Downloads

4

Readme

Retrospect Legacy GraphQL Service

About The Project

A legacy GraphQL service for Retrospect web application.

Getting Started

Prerequisites

This project requires Redis and related Kafka streams to be set up, if running locally, please follow the Retrospect-setup repository to setup local environment.

Installation

Here is the sample of your .env-dev file, please modify based on your fit:

DATABASE_URL_WITH_SCHEMA=postgresql://postgres:postgres@localhost:5432/retrospect_db?schema=retrospect_db
GRAPHQL_JWT_SECRET=20A10d20Y18v11a03D11y11v06A09d07Y05v
TRUCODE_CLIENT_SECRET=decf5f374930f8f3a1305d90f20145e56ab4105b917d24b3f5af102b09ed43c488b27ece9654449e851fd9962d0625cc712fcffe19f4c78999465fc4d728cd0e
ARTIFACT_JWT_SHARED_SECRET=46d8a68d86127efe
SCHEME=http
DOMAIN=localhost:3000
NODE_ENV=dev
APP_NAME=graphql
RUM_SERVER_PATH=/apm-server*
KAFKA_CLIENT_CONFIG_FILE='./rdkafka_config.ini'
REDIS_URL=redis://localhost:6379
REDIS_PASS="95e4xOTUJNbze2e43gwK"
GRAPHQL_USER_SESSION_EXPIRATION=1800
GRAPHQL_CREDENTIALS=devuser:password
KAFKA_URL=localhost:9092
APM_SERVER_URL=http://localhost:8700
KAFKA_REGISTRY_URL=http://localhost:8081
GRAPHQL_JWT_EXPIRATION=2h
CLIENT=poc
GRAPHQL_PATH=/graphql
GRAPHQL_HEALTH_PATH=/health
RETROSPECT_SCHEDULED_SERVICES=retrospect-scheduled-services
RETROSPECT_SCHEDULED_SERVICES_API_KEY=local_key
TRUCODE_ENV=stage
TRUCODE_CLIENT_ID=iodinesoftware
TRUCODE_GRANT_TYPE=client_credentials
TRUCODE_TOKEN_URI=https://wsstage.trucode.com/sts/oauth2/token
TRUCODE_GROUPER_BASE_URL=http://localhost:5000
NODE_OPTIONS=
IMPORT_MAP_URL=https://uat-mfe-store.iodinesoftware.com/import-maps/import-map.json
PMRS_GRAPHQL_URL=http://localhost:8081/pmrs/graphql
VISITMASTER_GRAPHQL_URL=http://localhost:3001/graphql
RETROSPECT_OIDC_BASE_URI=https://iodine-dev.oktapreview.com
RETROSPECT_OIDC_CLIENT_ID=0oaektu8525AKpMl81d7
RETROSPECT_OIDC_CLIENT_SECRET=6cXPiGSB0dQHZJvlWuv5isaJ7my4r5ITIQeCpsufnIPlMG2kN0pb34tbkdOWO3lo
RETRO2_GRAPHQL_URL=http://localhost:3001/retro2-graphql

~