Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Updated for cQube-ingestion #136

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

itsrahulsehgal
Copy link

@itsrahulsehgal itsrahulsehgal commented Jun 20, 2023

Hii sir/ma'am, I have updated the Documentation for the project "cQube-ingestion" to setup the project, so that anyone can refer the Documentation provided in the directory cQube-ingestion/docs/01-code-setup.md
Looking forward for a response, ThankYou!

@@ -36,7 +36,7 @@ Create the environment (`.env`) file for connecting to the `timescaledb` docker

```bash
touch .env
echo "DATABASE_URL="postgres://timescaledb:postgrespassword@localhost:5432/postgres?sslmode=disable"" > .env
echo "DATABASE_URL="postgres://timescaledb:postgrespassword@localhost:8001/postgres?sslmode=disable"" > .env
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small suggestion, here, this should be

// incorrect wrapping of strings
"DATABASE_URL="postgres://timescaledb:postgrespassword@localhost:8001/postgres?sslmode=disable"" 

// correct command
"DATABASE_URL"="postgres://timescaledb:postgrespassword@localhost:8001/postgres?sslmode=disable" 

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the port here as well

@@ -7,7 +7,7 @@ services:
image: timescale/timescaledb:2.0.0-pg12
restart: always
ports:
- "5432:5432"
- "8001:5432"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert back to original ports

@@ -17,7 +17,7 @@ services:
graphql-engine:
image: hasura/graphql-engine:latest
ports:
- "8080:8080"
- "8081:8080"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert back to original port mapping.

@@ -39,7 +39,7 @@ services:
pgpool-serv:
image: bitnami/pgpool
ports:
- 5433:5432
- 8002:5432
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this to original port mapping.

@@ -36,7 +36,7 @@ Create the environment (`.env`) file for connecting to the `timescaledb` docker

```bash
touch .env
echo "DATABASE_URL="postgres://timescaledb:postgrespassword@localhost:5432/postgres?sslmode=disable"" > .env
echo "DATABASE_URL="postgres://timescaledb:postgrespassword@localhost:8001/postgres?sslmode=disable"" > .env
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the port here as well

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file from the changes

@itsrahulsehgal itsrahulsehgal marked this pull request as draft October 3, 2023 06:55
@itsrahulsehgal itsrahulsehgal marked this pull request as ready for review October 3, 2023 10:38
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this file? remove this.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this as well

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this, there should not be a yarn.lock at the root level

@@ -36,7 +36,7 @@ Create the environment (`.env`) file for connecting to the `timescaledb` docker

```bash
touch .env
echo "DATABASE_URL="postgres://timescaledb:postgrespassword@localhost:5432/postgres?sslmode=disable"" > .env
echo "DATABASE_URL"="postgres://timescaledb:postgrespassword@localhost:8001/postgres?sslmode=disable" > .env
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this back to original state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants