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

Integrate API v3 #113

Merged
merged 195 commits into from
Jan 8, 2025
Merged

Integrate API v3 #113

merged 195 commits into from
Jan 8, 2025

Conversation

davenquinn
Copy link
Member

This is a major update to Macrostrat's system architecture. Most notably, it integrates the api-v3 repository into this one, at a base commit of f4fcd6bc (see also UW-Macrostrat/api-v3#9). This change is necessary because the API v3 system is responsible for writing data into Macrostrat's database, handling authentication, and other functions intimately coupled to Macrostrat's core database design. Binding the API v3 closely to the core management scripts will allow more code to be shared between the CLI, API, and future "task runners" that will handle more complex actions in the background.

In addition to this change, several other major changes have been added:

  • New columns for map metadata tracking, particularly an is_finalized flag for maps that avoids expensive checking at runtime
  • Significantly improve map ingestion APIs and processing scripts
  • Much improved and mostly feature-complete Docker Compose system for local running
  • Added macrostrat database migrations

davenquinn and others added 27 commits January 7, 2025 16:20
…-api-v3

* origin/integrate-api-v3:
  Format code and sort imports
@davenquinn davenquinn merged commit 0ab7107 into main Jan 8, 2025
3 checks passed
@davenquinn davenquinn deleted the integrate-api-v3 branch January 8, 2025 03:29
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