-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Big conversion back to MongoDB for the backend.
I've rolled back to the big conversion to a storage-based database. I realised that there is a lot more work to do to make the storage- based database performant and I just want to ship Photosphere. There is now a minimal defs library for sharing types between backend and frontend. The database library has been collapsed back into user-interface library. I'm still using the database, source and sink abstractions in the frontend, but I'm no longer trying to make the database abstract work for the backend as well. The database is just too different between backend and frontend to make the abstraction cover them both.
- Loading branch information
1 parent
2fba30f
commit d10248c
Showing
219 changed files
with
2,487 additions
and
5,578 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ testbed/build | |
packages/database/build | ||
tools/upload/build | ||
packages/exif-js/build | ||
packages/defs/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.