У нас вы можете посмотреть бесплатно OSCW 2020 - Restful Data Storage and Visualization или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Restful Data Storage and Visualization More information about this workshop: https://events.libre.space/event/4/co... OSCW 2020 - Day 2 - Room 2 - https://oscw.space For operation of a satellite mission (and other projects) it is a very common need to store and display large amounts of data. We can group such data in two categories: planning data and timeseries data. Planning data typically consists of records that contain time ranges and ancillary information (such as for booking of groundstation contact times), where as timeseries data is composed of time-stamped datasets (such as from onboard measurements). There are certainly many different software applications (open source and proprietary) available to tackle those issues. What we have created however, is an ecosystem that is composed of microservices with REST APIs, exclusively developed in Python3 and flexible to build various kinds of system applications. In brief, we have developed a [timeseries datastore][1] and a [documents store][2] that provide REST API interfaces to store, manipulate, and query large amounts of data. A neat Python [rest interface][3] provides a pythonic interface to those services. Finally, a [data visualization library][4] that uses Vega-Lite inspired syntax and supports interactive plotting makes it convenient to plot those data. In this tutorial I will show you how to use those Python modules for storing your large amounts of data and to display it. [1]: https://gitlab.com/librecube/elements... [2]: https://gitlab.com/librecube/elements... [3]: https://gitlab.com/librecube/lib/pyth... [4]: https://gitlab.com/librecube/lib/pyth...