Pinned Repositories
calculation-pi-spark-cluster
In this project an aproximation of pi is calculated through distributing the calculations on 4 nodes and obtaining back the result.
cleaning_relational_database_modification-_functions_and_triggers-_and_queries
This project developed in 2020, is extensively explained in "explanation_of_the_project". A database is cleaned and modified for a better performance through update.sql, and also some queries triggers and functions are created.
databricks_learning
Repo with code from articles related with Databricks lakehouse platform
daut
Ruby projects divided between "daut_practicaX" subfolders
deterministic_finite_automaton
With this project developed in C in 2020, you can create any deterministic finite automaton using "main.c". In this file you will be inserting to the automaton at the start states, each one with its name and also specifying if its an initial normal or final state. Later you will need to insert the transitions between states, and the symbol for each transition.
Elasticsearch-simple-ingestion
A simple ingestions from Elasticsearch using spark
flask_purchase_movies_star_wars
In this repository a flask application about buying films, login and register was developed.
glassfish_application_jdbc_cluster_measuring_and_improving_performance
This repository is divided into repositories 1a, 1b, 2 and 3. Through this project developed in 2021 a glassfish application that connects to a postgres sql database and that it is deployed through different linux machines will be developed and its performance meausured, tested and improved. Further information in readme
IBM-Informix-dialect-for-Spark
An implementation of a dialect for communicating Spark with the relational database IBM Informix, with an example of an ingestion from this database using the dialect
neuro
Computational Neural Network Projects
ssaenzf's Repositories
ssaenzf/deterministic_finite_automaton
With this project developed in C in 2020, you can create any deterministic finite automaton using "main.c". In this file you will be inserting to the automaton at the start states, each one with its name and also specifying if its an initial normal or final state. Later you will need to insert the transitions between states, and the symbol for each transition.
ssaenzf/glassfish_application_jdbc_cluster_measuring_and_improving_performance
This repository is divided into repositories 1a, 1b, 2 and 3. Through this project developed in 2021 a glassfish application that connects to a postgres sql database and that it is deployed through different linux machines will be developed and its performance meausured, tested and improved. Further information in readme
ssaenzf/calculation-pi-spark-cluster
In this project an aproximation of pi is calculated through distributing the calculations on 4 nodes and obtaining back the result.
ssaenzf/cleaning_relational_database_modification-_functions_and_triggers-_and_queries
This project developed in 2020, is extensively explained in "explanation_of_the_project". A database is cleaned and modified for a better performance through update.sql, and also some queries triggers and functions are created.
ssaenzf/databricks_learning
Repo with code from articles related with Databricks lakehouse platform
ssaenzf/daut
Ruby projects divided between "daut_practicaX" subfolders
ssaenzf/Elasticsearch-simple-ingestion
A simple ingestions from Elasticsearch using spark
ssaenzf/flask_purchase_movies_star_wars
In this repository a flask application about buying films, login and register was developed.
ssaenzf/IBM-Informix-dialect-for-Spark
An implementation of a dialect for communicating Spark with the relational database IBM Informix, with an example of an ingestion from this database using the dialect
ssaenzf/neuro
Computational Neural Network Projects
ssaenzf/optimization_relational_database_through_indexing
In this project developed in 2020, some optimizations were done for using the database through indexing, improving queries performance
ssaenzf/project2_django_deployheroku
Project 2 of Django deploy in Heroku, about a library which sales books. Users can login and register. They can make complex searching and only users logued can buy books.
ssaenzf/scalaLearning
Repo with code from articles related with Scala programming language
ssaenzf/spiral-drawing
A program developed in Scala that draws an spiral given the number of edges it should have