Skip to content

Commit

Permalink
feat: import legacy Mapeo data
Browse files Browse the repository at this point in the history
This adds a new method to `MapeoProject`, `$importLegacyMapeoData`,
which takes a [legacy export format file][0] and imports its
observations into CoMapeo.

This will be used in [CoMapeo Headless][1] to help with importing.
Putting it here also makes it easy to add elsewhere in the future, such
as in the desktop app or the cloud server.

[0]: https://github.com/digidem/mapeo-legacy-export-format
[1]: https://github.com/digidem/comapeo-headless
  • Loading branch information
EvanHahn committed Dec 18, 2024
1 parent e7955a8 commit 5b8f1be
Show file tree
Hide file tree
Showing 12 changed files with 2,469 additions and 34 deletions.
1 change: 1 addition & 0 deletions drizzle/project/0002_absent_molecule_man.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE observation ADD `migrationMetadata` text;
Loading

0 comments on commit 5b8f1be

Please sign in to comment.