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

Refactor ALTO server by a modular design #19

Merged
merged 16 commits into from
Oct 5, 2022
Merged

Refactor ALTO server by a modular design #19

merged 16 commits into from
Oct 5, 2022

Conversation

fno2010
Copy link
Member

@fno2010 fno2010 commented Oct 5, 2022

Divided ALTO server deployment into three components:

  • frontend: handle platform-independent ALTO information resource computation
  • db: provide a unified data broker abstraction layer for different backend database systems
  • agent: fetch data from different types of data sources and feed into the data broker

Several demo-specific configurations are also provided.

fno2010 and others added 16 commits September 29, 2022 17:14
Signed-off-by: jensenzhang <[email protected]>
Signed-off-by: jensenzhang <[email protected]>
Signed-off-by: jensenzhang <[email protected]>
Signed-off-by: jensenzhang <[email protected]>
Signed-off-by: jensenzhang <[email protected]>
Signed-off-by: jensenzhang <[email protected]>
Remove version-specific requirements in django_server submodule.

Signed-off-by: jensenzhang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants