magnetarpulse / neurobazaar

Interactive Visualization Platform for Machine Learning and Data Science Datasets
GNU General Public License v3.0
0 stars 1 forks source link

Cross communication of trame and Neurobazaar (web-portal) #24

Open HuyNguyenDePaul opened 1 month ago

HuyNguyenDePaul commented 1 month ago

The trame server(s) needs to be able to receive messages from the Neurobazaar (web-portal) and needs to be able to communicate back to the Neurobazaar. This is actually already partially done, the trame server is able to receive messages communicated from the Neurobazaar web-portal. Now, we need to enable the communication of the trame server(s) to the Neurobazaar (web-portal).

HuyNguyenDePaul commented 1 month ago

As an extension of this issue/feature request. Communication between the Datastore and the trame server(s) naturally comes afterwards. Currently, there is no communication to speak of. This results in the trame server(s) not being able to fetch the data from the database properly.