databio / bedhost

API and UI for BEDbase
http://api.bedbase.org
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

some ideas from bedhost refactor #71

Closed nsheff closed 7 months ago

nsheff commented 1 year ago

Just recording some ideas I've been having as I refactored bedhost

donaldcampbelljr commented 11 months ago

pipestat's select_distinct no longer requires table_name as this is now an attribute of the pipestatmanager e.g. self.table_name We've also removed pipeline_type as this was being used to determine the table_name.

khoroshevskyi commented 11 months ago

Private_api will be deleted, because most of this endpoints were made for distance search. Now we are using qdrant, and search_router Router will be created