Synapse is a browser-based (Flask) interface for transferring data between a Dataverse installation utilizing Globus. This is currently accomplished by transferring the data into a staging area "on" the Dataverse server, then use API calls for actually importing them in. In the future we plan on taking very large files and only importing in a placeholder. Getting that handle, we will replace the file that the import created, with the actual file, then update the DB with the new filesize.
To Run Flask environment directly with ngrok (dev only): ngrok http -host-header=rewrite localhost:5000
- Gerrick Teague
- Kevin Dice
- Lauren Lynch
- Gabe Maddex
Submitting a PR? Add yourself to this list.
Synapse is licensed under the MIT License.
You are free to do anything with this software except hold its creators liable. You must include the copyright notice and MIT License in all copies or substantial uses of the work. See LICENSE.md for the full license text.