All Projects → goalong → Hot Comment

goalong / Hot Comment

Go、Gin、Elasticsearch开发的云音乐歌手、歌曲、评论搜索API,线上演示地址在右边:

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Hot Comment

Openshift Elasticsearch Plugin
Stars: ✭ 26 (-7.14%)
Mutual labels:  elasticsearch
Docker Rails
Dockerize Rails 6 with ActionCable, Webpacker, Stimulus, Elasticsearch, Sidekiq
Stars: ✭ 856 (+2957.14%)
Mutual labels:  elasticsearch
Flexsearch
Next-Generation full text search library for Browser and Node.js
Stars: ✭ 8,108 (+28857.14%)
Mutual labels:  elasticsearch
Spring Boot Elasticsearch Lire Docker
Spring-boot+ElasticSearch+LIRE+SwaggerUI RESTful.
Stars: ✭ 7 (-75%)
Mutual labels:  elasticsearch
Elasticsearch Smalltalk
Elasticsearch for Pharo Smalltalk
Stars: ✭ 9 (-67.86%)
Mutual labels:  elasticsearch
Python Kafka Elasticsearch
Simple learning project pushing CSV data into Kafka then indexing the data in ElasticSearch
Stars: ✭ 11 (-60.71%)
Mutual labels:  elasticsearch
Cogstack Pipeline
Distributed, fault tolerant batch processing for Natural Language Applications and Search, using remote partitioning
Stars: ✭ 26 (-7.14%)
Mutual labels:  elasticsearch
Movie Finder
오픈소스 검색엔진인 Elasticsearch 를 활용하여 '영화'를 검색을 하는 Vue.js 프로젝트
Stars: ✭ 21 (-25%)
Mutual labels:  elasticsearch
Texcavator
Text mining on the Royal Library newspaper corpus
Stars: ✭ 9 (-67.86%)
Mutual labels:  elasticsearch
Apm Server
APM Server
Stars: ✭ 878 (+3035.71%)
Mutual labels:  elasticsearch
Elasticsearchjsonld
Generate JSON-LD @contexts from ElasticSearch JSON Mappings
Stars: ✭ 7 (-75%)
Mutual labels:  elasticsearch
Wazuh Chef
Wazuh - Chef cookbooks
Stars: ✭ 9 (-67.86%)
Mutual labels:  elasticsearch
Office365 Management Api Elk
An API connector for the Office 365 Management API and the Elastic Stack
Stars: ✭ 13 (-53.57%)
Mutual labels:  elasticsearch
Mongoosastic
Index Mongoose models into elasticsearch automatically. Looking for maintainers!
Stars: ✭ 942 (+3264.29%)
Mutual labels:  elasticsearch
Angularcomponentplotly
Angular Component for Plotly, ASP.NET Core, Elasticsearch
Stars: ✭ 14 (-50%)
Mutual labels:  elasticsearch
Gowebsocket
golang基于websocket单台机器支持百万连接分布式聊天(IM)系统
Stars: ✭ 937 (+3246.43%)
Mutual labels:  gin
Moqui Elasticsearch
Moqui Tool Component for ElasticSearch useful for scalable faceted text search, and analytics and reporting using aggregations and other great features
Stars: ✭ 10 (-64.29%)
Mutual labels:  elasticsearch
Elasticsearch Java Rest
Elasticsearch Java Rest 手册
Stars: ✭ 27 (-3.57%)
Mutual labels:  elasticsearch
Laravel Scout Elastic
Elastic Driver for Laravel Scout
Stars: ✭ 886 (+3064.29%)
Mutual labels:  elasticsearch
Eliot
Eliot: the logging system that tells you *why* it happened
Stars: ✭ 874 (+3021.43%)
Mutual labels:  elasticsearch

云音乐歌曲、评论搜索API

使用Go、Gin、Elasticsearch开发的一个网易云音乐歌曲、评论搜索API,可以在web上点击发请求哦,能查到数据,不过当然不是全部的数据啦。

目前的接口

  • 根据关键词搜索歌手
  • 根据歌手id获取歌曲列表
  • 根据歌曲id获取评论列表
  • 通过关键词搜索歌曲
  • 通过关键词搜索评论
  • 获取热门歌曲,按评论数排行
  • 获取热门评论,按点赞数排行

这里是swagger的web页面,可以在上面随便点击一个接口,点右边的Try it out, 然后输入参数,一般是页码和关键字,点击Execute来发请求,就可以看到接口的结果了。

最下面那张截图是获取热门评论的接口的结果,字段like_count是点赞量,可以看到排名第一的评论点赞量是一百五十多万了。

Enjoy it.

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].