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

Add DB Support #1

Closed
wtlin1228 opened this issue Oct 8, 2024 · 3 comments · Fixed by #2
Closed

Add DB Support #1

wtlin1228 opened this issue Oct 8, 2024 · 3 comments · Fixed by #2
Assignees

Comments

@wtlin1228
Copy link
Owner

After adding the following mapping into portable, the api server has chances to reach stack limit.

  1. Mapping for "i18n key" -> Symbols
  2. Mapping for Route -> Symbols

So, it's time to add support for exporting graph and mapping to database, and the dt_tracker should also query the database instead of in memory data.

@wtlin1228 wtlin1228 self-assigned this Oct 8, 2024
@wtlin1228
Copy link
Owner Author

Found the reason for causing stack overflow is the circular dependency introduced by routeNames. See 99d2cf5. But we can still work on this issue to support using database as portable. It will be sufficient when the code base scales of when people are running this tool with a memory limited machine.

@wtlin1228
Copy link
Owner Author

erd

@wtlin1228
Copy link
Owner Author

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 a pull request may close this issue.

1 participant