Skip to content

Commit

Permalink
add records package (records migration) (#1933)
Browse files Browse the repository at this point in the history
## Describe your changes

Adding the `records`package to interact with nango users records. This
package introduces a new table which will be hosted on a different
database.
For now the package is not being used, other than running the db
migration. Next step will be to use this package to double write the
records in both the old table and the new one.

## Issue ticket number and link

## Checklist before requesting a review (skip if just adding/editing
APIs & templates)
- [x] I added tests, otherwise the reason is: 
- [ ] I added observability, otherwise the reason is:
- [ ] I added analytics, otherwise the reason is:
  • Loading branch information
TBonnin authored Apr 3, 2024
1 parent 1a20ef6 commit 810151a
Show file tree
Hide file tree
Showing 27 changed files with 2,163 additions and 6 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ COPY packages/shared/package.json ./packages/shared/package.json
COPY packages/webapp/package.json ./packages/webapp/package.json
COPY packages/data-ingestion/package.json ./packages/data-ingestion/package.json
COPY packages/logs/package.json ./packages/logs/package.json
COPY packages/records/package.json ./packages/records/package.json
COPY package*.json ./

# Install every dependencies
Expand Down
Loading

0 comments on commit 810151a

Please sign in to comment.