All Projects → sunnypandas → sca-best-practice

sunnypandas / sca-best-practice

Licence: Apache-2.0 license
Provide microservice API for HanLP

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to sca-best-practice

Springcloud
基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中
Stars: ✭ 6,997 (+53723.08%)
Mutual labels:  sentinel, spring-cloud-gateway, nacos
java-best-practice
Java学习例子,最佳实践
Stars: ✭ 19 (+46.15%)
Mutual labels:  sentinel, spring-cloud-gateway, nacos
Springcloud Learning
Spring Cloud基础教程,持续连载更新中
Stars: ✭ 6,839 (+52507.69%)
Mutual labels:  sentinel, nacos
yiying-parent
在线电影,基于分布式微服务架构,技术架构有SpringBoot、SpringCoud、nacos、dubbo、mybatis-plus、Druid,采用前后端分离方式进行开发,实现自定义视频上传、解码、存储、点播
Stars: ✭ 48 (+269.23%)
Mutual labels:  sentinel, nacos
Discovery
☀️ Nepxion Discovery is a solution for Spring Cloud with blue green, gray, route, limitation, circuit breaker, degrade, isolation, tracing, dye, failover 蓝绿、灰度、路由、限流、熔断、降级、隔离、追踪、流量染色、故障转移
Stars: ✭ 4,658 (+35730.77%)
Mutual labels:  sentinel, nacos
JavaFamily
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
Stars: ✭ 517 (+3876.92%)
Mutual labels:  sentinel, nacos
Gpmall
【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch
Stars: ✭ 4,241 (+32523.08%)
Mutual labels:  sentinel, nacos
spring-cloud
🔥 Develop distributed application services based on SpringCloud architecture model and components
Stars: ✭ 36 (+176.92%)
Mutual labels:  sentinel, nacos
DiscoveryPlatform
☀️ Nepxion DiscoveryPlatform is a platform for Nepxion Discovery with service governance, release orchestration, flow inspection, instance blacklist, gateway route 服务治理、蓝绿灰度编排、流量侦测、实例摘除、网关路由的平台
Stars: ✭ 63 (+384.62%)
Mutual labels:  sentinel, nacos
taotao-cloud-project
微服务开发脚手架,包括大数据模块、微服务模块、前端模块。基于Spring Cloud Alibaba的微服务架构。提供技术框架的基础能力的封装,减少开发工作,只关注业务,包含了工作以来的工作总结和技术沉淀
Stars: ✭ 76 (+484.62%)
Mutual labels:  sentinel, nacos
peasy-js-samples
Showcases business logic built with peasy-js and consumed by multiple clients
Stars: ✭ 19 (+46.15%)
Mutual labels:  restful-api
go-echo-boilerplate
The fastest way to build a restful API with golang and echo framework. Includes common required features for modern web applications. A boilerplate project with golang and Echo.
Stars: ✭ 53 (+307.69%)
Mutual labels:  restful-api
cannercms
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,452 (+18761.54%)
Mutual labels:  restful-api
APIExample
以API接口开发为例,探索开发的最佳实践
Stars: ✭ 61 (+369.23%)
Mutual labels:  restful-api
ccu-jack
CCU-Jack bietet einen einfachen und sicheren REST- und MQTT-basierten Zugriff auf die Datenpunkte der Zentrale (CCU) des Hausautomations-Systems HomeMatic. Zudem können einfach Fremdgeräte an die CCU angebunden werden.
Stars: ✭ 63 (+384.62%)
Mutual labels:  restful-api
nocodb
🔥 🔥 🔥 Open Source Airtable Alternative - turns any MySQL, Postgres, SQLite into a Spreadsheet with REST APIs.
Stars: ✭ 28,894 (+222161.54%)
Mutual labels:  restful-api
rest node api
用node实现restful风格的api
Stars: ✭ 55 (+323.08%)
Mutual labels:  restful-api
CoSky
High-performance, low-cost microservice governance platform. Service Discovery and Configuration Service | 高性能、低成本微服务治理平台
Stars: ✭ 57 (+338.46%)
Mutual labels:  nacos
mssql-restapi
A simple REST API for SQL Server, Azure SQL DB and Azure SQL DW using SMO on .NET Core 2.0
Stars: ✭ 33 (+153.85%)
Mutual labels:  restful-api
pulsarctl
a CLI for Apache Pulsar written in Go
Stars: ✭ 106 (+715.38%)
Mutual labels:  restful-api

Microservice for HanLP

本项目基于https://github.com/alibaba/sca-best-practice, 环境配置请参照该项目。项目将hanlp( https://github.com/hankcs/HanLP )提供的多数接口进行了封装微服务化。

Getting Started

环境配置结束后需要依次启动nacos、sentinel-dashboard、sca-gateway、sca-hanlp。 通过postman进行接口调用http://127.0.0.1:9999/hanlp/v1/hanlp/segment 请求方式选择post,body中选择x-www-form-urlencoded,参数key为“sentence”,value为“你好,欢迎使用HanLP汉语处理包!”。 同时,项目也准备了测试环境http://api.acgnfuns.com/hanlp/v1/hanlp/segment ,欢迎试用。

Links

Authors

  • sppsun - Initial work - sppsun

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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