All Projects → alpcanaydin → Heygidi

alpcanaydin / Heygidi

Licence: mit
Visualization of the most used words in "Gündem" category at Hurriyet.com.tr within the years.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Heygidi

Elkstack
The config files and docker-compose.yml files of Dockerized ELK Stack
Stars: ✭ 96 (-5.88%)
Mutual labels:  elasticsearch
Awesome Cloud Security
Curated list of awesome cloud security blogs, podcasts, standards, projects, and examples.
Stars: ✭ 98 (-3.92%)
Mutual labels:  elasticsearch
Elasticsearch Eloquent
⚡️ Eloquent models for Elasticsearch.
Stars: ✭ 100 (-1.96%)
Mutual labels:  elasticsearch
Cccatalog Api
Note: Project is discontinued. The Creative Commons Catalog API allows programmatic access to search for CC-licensed and public domain digital media.
Stars: ✭ 97 (-4.9%)
Mutual labels:  elasticsearch
Zentity
Entity resolution for Elasticsearch.
Stars: ✭ 97 (-4.9%)
Mutual labels:  elasticsearch
Kubernetes Elastic Stack
How to set up the Elastic stack on Kubernetes
Stars: ✭ 98 (-3.92%)
Mutual labels:  elasticsearch
Ansible Elasticsearch
Ansible playbook for Elasticsearch
Stars: ✭ 1,316 (+1190.2%)
Mutual labels:  elasticsearch
Windows Installers
Windows installers for the Elastic stack
Stars: ✭ 101 (-0.98%)
Mutual labels:  elasticsearch
Elasticsearch
Use SQL statements to query elasticsearch
Stars: ✭ 98 (-3.92%)
Mutual labels:  elasticsearch
Springboot Templates
springboot和dubbo、netty的集成,redis mongodb的nosql模板, kafka rocketmq rabbit的MQ模板, solr solrcloud elasticsearch查询引擎
Stars: ✭ 100 (-1.96%)
Mutual labels:  elasticsearch
Logisland
Scalable stream processing platform for advanced realtime analytics on top of Kafka and Spark. LogIsland also supports MQTT and Kafka Streams (Flink being in the roadmap). The platform does complex event processing and is suitable for time series analysis. A large set of valuable ready to use processors, data sources and sinks are available.
Stars: ✭ 97 (-4.9%)
Mutual labels:  elasticsearch
Elastiquill
Modern blog engine running on Elasticsearch
Stars: ✭ 98 (-3.92%)
Mutual labels:  elasticsearch
Mysqlbeat
Fully customizable Beat for MySQL server - this beat will ship the results of any query defined in the config file to Elasticsearch.
Stars: ✭ 99 (-2.94%)
Mutual labels:  elasticsearch
Logtrail
Kibana plugin to view, search & live tail log events
Stars: ✭ 1,343 (+1216.67%)
Mutual labels:  elasticsearch
Cloud On K8s
Elastic Cloud on Kubernetes
Stars: ✭ 1,372 (+1245.1%)
Mutual labels:  elasticsearch
Rumors Api
GraphQL API server for clients like rumors-site and rumors-line-bot
Stars: ✭ 96 (-5.88%)
Mutual labels:  elasticsearch
Punt
Punt is a tiny and lightweight daemon which helps ship logs to Elasticsearch.
Stars: ✭ 98 (-3.92%)
Mutual labels:  elasticsearch
Search
PHP search-systems made possible
Stars: ✭ 101 (-0.98%)
Mutual labels:  elasticsearch
Elasticsearch Analysis Openkoreantext
Korean analysis plugin that integrates open-korean-text module into elasticsearch.
Stars: ✭ 101 (-0.98%)
Mutual labels:  elasticsearch
Adminer Custom
Customizations for Adminer, the best database management tool written in PHP.
Stars: ✭ 99 (-2.94%)
Mutual labels:  elasticsearch

Heygidi

Heygidi, Hurriyet API kullanılarak 1997'den 2017'ye kadar Gündem kategorisindeki haberlerin başlıklarında en çok kullanılan kelimeleri görselleştiren bir istatistik çalışmasıdır.

Kelimelerin köklerini bulabilmek için zemberek-nlp, kelimeleri saymak için Elasticsearch, görselleştirme için ise d3.js kullanılmıştır.

Kurulum

Komutları çalıştırmadan önce backend/config.json.example dosyasını kendi bilgilerinizle güncelleyip backend/config.json şeklinde kaydetmeniz gerekmektedir.

  • Hurriyet API'den verileri çekmek için backend/bin/fetchData.js dosyası çalıştırılmalıdır.
  • Elasticsearch üzerinde mapping'leri yaratmak için backend/bin/createMapping.js dosyası çalıştırılmalıdır.
  • Çekilen veriyi Elasticsearch'e aktarmak için backend/bin/indexData.js komutu çalıştırılmalıdır.
  • Kelimeleri saymak için ise backend/bin/exportData.js komutu kullanılmalıdır.

React uygulaması app dizininde bulunmaktadır.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].