National Repository of Grey Literature 122 records found  1 - 10nextend  jump to record: Search took 0.00 seconds. 
Web platform for online marketing
Křivánek, Tomáš ; Bartík, Vladimír (referee) ; Burget, Radek (advisor)
The work focuses on the entire process of developing web application to facilitate the connection between creators of user-generated content and online marketing managers of companies. This marketing industry is relatively new in the Czech Republic, and there are currently no platforms that simplify the interaction between these mentioned participants. The development process begins with a careful collection and analysis of the requirements of potential users of this new system. Based on the gathered requirements, the system architecture is then designed using modern technologies. For the system development, a backend in the form of a REST API is chosen, programmed using the Python FastAPI framework. Additionally, the Vue framework will be utilized on the client side. Data storage will involve MySQL and MongoDB databases, along with a cloud storage solution. After the selection of specific technologies, the implementation of the system is described, as well as how the testing of the whole application was carried out.
Research and Development of Communication Infrastructure for Q Sorting
Krajňák, Sebastián ; Beran, Vítězslav (referee) ; Herout, Adam (advisor)
V dynamickom prostredí spolupráce pri vývoji softvéru sa požiadavky na interakciu v reálnom čase a zefektívnenie procesov nasadenia stala nevyhnutnosťou. Táto práca sa zameria na vylepšenie aplikácie nášho kolegu Michala Janu o funkciu spolupráce v reálnom čase prostredníctvom WebSocket spojenia. Táto funkcia umožní viacerým používateľom spolupracovať na jednom Q-sorte. Okrem toho na zefektívnenie procesu softvérového projektu pre viacerých vývojárov, ktorého je táto práca súčasťou, nastavíme CI/CD postup využívajúci Dokcer kontajnery, Jenkins a nakoniec webový server Nginx používaný na hostovanie aplikácií každého vývojára.
Comparison of Databases Systems for Genealogy
Sadovskyi, Dmytro ; Rozman, Jaroslav (referee) ; Kočí, Radek (advisor)
This bachelor's thesis aims to select the most suitable database management system for storing genealogical data. The study will involve selecting databases of various types, which will be compared based on predefined criteria. Evaluation criteria will focus on database performance, ease of use, and the licensing terms under which the database is distributed.The chosen databases will also be compared with the current relational database, and the results will indicate whether it is advisable to stay with the current model or switch to a different one.
Plugins for Efficient Datastore in the Sysrepo Library
Kušnírik, Ondrej ; Martínek, Tomáš (referee) ; Matoušek, Jiří (advisor)
This work concerns an introduction to the sysrepo library and its datastore plugins, problems with storing data to files and solving these problems by connecting a database to the sysrepo library. In short, this library serves as a complex repository for configuration YANG data on Unix/Linux systems. Data, which the default plugin stores in files, cannot be managed fast and efficiently enough causing overall slowdown of data management. A database connected to the sysrepo library via a datastore plugin could however solve this issue. After comparing different databases, two were selected (MongoDB and Redis) based on work efficiency with YANG data and other qualities. The datastore plugins were then implemented for these databases, optimized and tested for performance at the end. In comparison to the original plugin based on files, the plugins based on databases primarily excel at management of low amounts of data, where for instance the loading of an element from one hundred thousand is faster by up to three orders of magnitude.
Webový nástroj pro prohlížení a správu geografických a obrazových dat
Filas, Miroslav ; Klíma, Ondřej (referee) ; Musil, Petr (advisor)
The goal of this Bachelor's thesis was to design and implement an interactive web application used for previewing and managing geographical and image data. The key part of the solution is displaying geographical elements in map and image views, as well as implementation of optimization techniques of predictive loading. As a result, an app was developed with the client side implemented in the Vue.js framework, and the server side implemented with the FastAPI library and the MongoDB database.
Software solution for storing data from robotic 3D printing
Žalud, Štěpán ; Kroupa, Jiří (referee) ; Bražina, Jakub (advisor)
This thesis deals with the design of a software solution for storing data from robotic 3D printing. The assignment is based on problems observed in the Voxell company. The theoretical part presents the issue and puts it in context within modern industry. Additionally, it introduces tools used for creating such services at a basic level. This is followed by a system analysis leading to the design of the solution's architecture. The practical part then discusses the selection of the database, the creation of individual services, and the deployment of the application on the Docker platform. Finally, the work is evaluated and a possible future direction of development is outlined.
Information System for Workflow Process Management
Augustín, Dominik ; Hynek, Jiří (referee) ; John, Petr (advisor)
The aim of this thesis is to design and implement an information system for a specific company where the existing solution needs to be replaced. This information system focuses on the execution of business processes, otherwise known as workflows that are defined in the BPMN standard. The new system is divided into a client part in the form of a web application and a server part running in the Node.js runtime environment. The implementation language of both parts is TypeScript. Communication between the system parts as well as with other systems used in the company is done through REST API. The new information system allows the company to leave the rigid and cumbersome form of the executed processes behind, replacing them with visually configurable diagrams run by the Camunda platform.
Web Tool for Creation, Management, and Use of a Database of Sports Poses
Křivánek, Tomáš ; Tesařová, Alena (referee) ; Herout, Adam (advisor)
This paper is focused on two searching methods and how they can be used in any searching and in any  web application. Two most important qualities of any search are speed and accuracy. One of the best methods in terms of speed is so-called live search. This method provides results immediately when the user starts typing their search expression. That is why in many cases, the user does not even have to finish their expression, because when seeing the result, the user can immediately access it. Search accuracy is often achieved by using keywords or some part of text. Another common way to organize and fetch documents are tags: a short string which identifies a post or a photo. Multiple tags are then used similarly to plain keywords. This work proposes to use tags as a new searching logical language, where presence and/or absence of tags can be required. For this purpose I created a simple logical language "Queries", because they can be used very similarly to database queries. In my case, the language and the user interface is made very simple so that a normal user can specify the query himself. This search tool is showcased in a web application focused around yoga poses. Both methods are used there -- the user can search in the yoga poses database by name or by the queries language.
Web Applications on the Node.js Platform
Červený, Pavel ; Rychlý, Marek (referee) ; Burget, Radek (advisor)
This bachelor's thesis deals with a design of a Node.js platform web application, using additional tools and technologies, which are used in this kind of development. The main aim of this application is to create a prototype of an educational application, which is going to be used for learning basics of Javascript language. This thesis is divided into several sections. Firstly it describes the technologies which are used to create this application, then a theory for executing source code in web application, design of the application itself, implementation and testing.
The Analysis of Databases Suitable for IoT Environment
Kohout, Petr ; Vrána, Roman (referee) ; Kořenek, Jan (advisor)
In recent years, the volume of data stored in applications of all types has increased. As the volume of data grows, the demands on databases increase. The classic relational databases are no longer suitable. Therefore, it is switching to new, non-relational storage (called NoSQL). During this work, NoSQL databases focusing on processing large data volumes were analyzed and compared for their performance and system requirements. In addition, requirements for new sensor data storage for IoTCloud project were specified. Driver for database Cassandra was implemented and integrated into the IoTCLoud project.

National Repository of Grey Literature : 122 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.