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

#516 indexer and backend for DAO contract #528

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ncoquelet
Copy link
Contributor

  • index all dao events
  • add backend routes
  • add docker image

database migration need to be done manually, I have a issue to automate it with docker for moment

@ncoquelet ncoquelet force-pushed the feat/516_dao_indexer_backend branch 3 times, most recently from 3b6e993 to 5b96f27 Compare February 24, 2025 11:22
@ncoquelet ncoquelet force-pushed the feat/516_dao_indexer_backend branch from 5b96f27 to 2e63a31 Compare February 24, 2025 13:37
@ncoquelet
Copy link
Contributor Author

Instructions

Deployment of indexer-v2 on Railway

To deploy indexer-v2 on Railway, follow these steps:

  • Create a new PostgreSQL instance.
  • Run the drizzle:migrate script locally in indexer-v2-db, using the new database URL in the .env file.
  • Create a new container using the railway.indexer-v2.json configuration and setup the variable INDEXER_V2_DATABASE_URL.

Update of data-backend Configuration

  • To complete the setup, add the environment variable INDEXER_V2_DATABASE_URL to the data-backend service.

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.

1 participant