SasView integration with databases #3168
wpotrzebowski
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The overall idea is simple - allow exporting analyzed data from SasView in the format so that it can be used for submission to a database.
The potential workflow may look as follows
![SAS_data_processing_min](https://private-user-images.githubusercontent.com/4189922/400800226-9f380b0f-9990-4230-8f15-4e70be20a479.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTMyNjgsIm5iZiI6MTczOTQ1Mjk2OCwicGF0aCI6Ii80MTg5OTIyLzQwMDgwMDIyNi05ZjM4MGIwZi05OTkwLTQyMzAtOGYxNS00ZTcwYmUyMGE0NzkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMTMyMjQ4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NjA2MTZhOGUzZTRjZGU1NWJmMzQ4NGNmN2YzMWJkZGJmNGNlODcyMTI0YmYxMmNhYWFhNjkzNGExYzI4YmI1NyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.bNQvuLo_l6kKi5kMQpiL_xLNwG4NwQvjZNlW2WxS5K4)
As shown in the diagram, SasView can be used both for analyzing the data starting from reduced data or just by loading data and exporting data in the right format. For the latter providing light-weight scripts may work.
The example above is has two paths that vary depend on the type of system. For biomolecules SASBDB is the one option but alternatives should be possible.
SASBDB has a read-only REST API https://www.sasbdb.org/rest-api/docs/. One can imagine that there may be an API for submitting to database, which SasView can work with.
Beta Was this translation helpful? Give feedback.
All reactions