Jun 3Deploy FastAPI on Cloud RunIn this article, I will tell you how to deploy your FastAPI application on Cloud Run. The dependencies of the application may vary, but the overall structure will be similar. First you should create requirements.txt pip freeze > requirements.txt This will be create a library list for use our project. …Fastapi2 min readFastapi2 min read
Jun 3FastAPI JWT Role Based DecoratorHello, I will show you a method that you can apply for role-based control of APIs in your FastAPI application. At the moment fastapi itself does not have a library’s available. If you do not want to use any 3rd party library, this article may be useful to you. I…Fastapi2 min readFastapi2 min read
Nov 5, 2021Clustered ElasticSearch Installation on Google Cloud VM InstancesHello, today we will install elasticsearch as 1 master and 2 nodes. It is important to be able to set up clusters. We may have to deal with many settings and configurations. The most important of these is that the machines we install are communicating. In this article, we will…Elasticsearch5 min readElasticsearch5 min read
Published inİstanbul Data Science Academy·Jun 14, 2021Ethereum Transaction Stream with Pub/Sub & Apache NifiRecently, there has been a significant surge in public’s attention towards cryptocurrency in social media, which caused cryptocurrency trading numbers to skyrocket. In this article, I will show a flow where we receive transaction traffic on Apache Nifi by using the etherscan.io site’s API. In the project, incoming data goes…Projects7 min readProjects7 min read
Feb 1, 2021Kafka Stream API Json ParseHello, in this article, I will talk about how to process data incoming to Kafka queue with Kafka stream api. We can send data from various sources to the Kafka queue,The data waiting in the queue can be in formats such as json, avro, etc. …Java5 min readJava5 min read
Oct 12, 2020Book Recommendation System (Apache Spark & ALS)In this project, I wanted to develop an alternative solution for who wanted to read a book but couldn’t decide what to read. The project consists of 3 stages. Collecting data, developing a model and making it ready for production. I will not share where I get the data, I…Spark3 min readSpark3 min read
Mar 22, 2020Influence of Inflation on Interest in Public BanksHi everyone, in this article i will explain my second project in Istanbul Data Science Academy. As you can see of the title, i work on Inflation and interest data. Data available on https://www.tcmb.gov.tr/. Just you need merge ! Banks are affected by inflation rate while regulating interest rates. In…2 min read2 min read
Mar 4, 2020n-Corona Virus 2019 Data Analyse (EDA)Hi, i worked on n-Corona Virus 2019 dataset. In Istanbul Data Science Academy we worked on EDA (Explore data analyses) and after , every student made a project about that topic. I made this project only after the 1 week study. My topic was n-Corona virus analysis. As i talk…Corona2 min readCorona2 min read