Pular para o conteúdo principal

Postagens

Mostrando postagens de novembro, 2020

WEIC 2020 - Painéis

CEFET-RJ via Youtube   Painel: Algoritmos e Grafos https://eic.cefet-rj.br/seminarios/seic/algoritmos-e-grafos https://youtu.be/D4FVhAEwYSA Pesquisa aplicada e pesquisa teórica para problemas de otimização. Classe P (resolver em tempo polinomial do tamanho de entrada) e NP NP Completos são aparentemente intratáveis.  Complexidade parametrizada, tratabilidade por parâmetro fixo, características fixas      Por exemplo: counting sort (conjunto de dado que satisfaz a um padrão) Grafo de programas:ordem de execução do código Pesquisa Motivada por Aplicação: tema de pesquisa tem inspiração no mundo real Painel: Gerência de Modelos e Dados https://youtu.be/FlWLV-9eYQ0 IA + Dados como fundamento da nova economia Sistemas especialista (com regras) -> ML -> Deep Learning Modelos do ML ( e não modelos de dados) possuem ciclo de vida (novos dados -> novo treinamento) e de um sistema de gerencia de modelos  ML é data-driven, reuso de modelos não é trivial, qualidade do dado influencia mu

ER2020 - Others interesting articles about Data Modeling Databases

  https://www.scylladb.com/resources/nosql-vs-sql/ A Workload-driven Document Database Schema Recommender (DBSR) https://youtu.be/APVlxebtmLI Aggregate oriented modeling Input : ER Model, Read Workload (JOIN), Configurations  First step: create a Normalize document structure and analyze the JOIN steps Refinements of query plans removing JOINS and embeddings documents, merging document structures based on entities relationships, in order to reduce Read Operations costs Outuput : Doument collections, query plans (with indexes) and utility matrix of recommendations An Empirical Study on the Design and Evolution of NoSQL Database Schemas https://youtu.be/Mz7P6pp5TvY  Lack of empirical study in NoSQL 10 selected projects from GitHub: denormalized is commom but it isn't a rule, NoSQL takes longer to stabilize compared to SQL (in general), change the type of the attribute is more frequent than other schemas changes Neo4j Keys https://youtu.be/qQQ9DuBPIrU   Neo4J key = label + property att

ER2020 - 1st Workshop on Conceptual Modeling for NoSQL Data Stores

 Site do Workshop https://sites.google.com/view/comonos20/home Artigos aceitos Pablo D. Muñoz-Sánchez, Carlos Javier Fernández Candel, Jesús García-Molina and Diego Sevilla Ruiz. Extracting Physical and Logical Schemas for Document Stores.   Pavel Čontoš and Martin Svoboda. JSON Schema Inference Approaches.   Alberto Hernández Chillón, Diego Sevilla Ruiz and Jesus Garcia-Molina. Deimos: A Model-based NoSQL Data Generation Language. Dois sobre engenharia reversa aplicados a Document Stores Invited Talk Pascal Desmarets (Hackolade): NoSQL Data Modelling in Practice Vídeo -> https://drive.google.com/file/d/1Sps7qS4yfG-KEXaDdYuopDP-SzMqP1QN/view Apresentação -> https://drive.google.com/file/d/1mOc_Zv_u9i4d84cJHvSGW56V-OQ_rACg/view  Considerações:  Agile x Data Modeling as a bottleneck. Low ROI of Big Data projects The tree phases of traditional Data Modeling should be redesigned to two: Domain-Driven Design (technology agnostic) + Physical Schema Design (application-specific) ** A