All Projects → LuckyZXL2016 → E3mall

LuckyZXL2016 / E3mall

宜立方商城,完整代码 + 资源,java + spring + springmvc + mybatis 实现

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to E3mall

solrq
Python Solr query utility // http://solrq.readthedocs.org/en/latest/
Stars: ✭ 18 (-93.26%)
Mutual labels:  solr
bitnami-docker-solr
Bitnami Docker Image for Solr
Stars: ✭ 33 (-87.64%)
Mutual labels:  solr
SolrConfigExamples
Examples of Solr configuration entries for Solr plugins and Conceptual Search\Semantic Search from Simon Hughes Dice.com
Stars: ✭ 26 (-90.26%)
Mutual labels:  solr
mdserver-web
Simple Linux Panel
Stars: ✭ 1,064 (+298.5%)
Mutual labels:  solr
solr-ontology-tagger
Automatic tagging and analysis of documents in an Apache Solr index for faceted search by RDF(S) Ontologies & SKOS thesauri
Stars: ✭ 36 (-86.52%)
Mutual labels:  solr
litemall-dw
基于开源Litemall电商项目的大数据项目,包含前端埋点(openresty+lua)、后端埋点;数据仓库(五层)、实时计算和用户画像。大数据平台采用CDH6.3.2(已使用vagrant+ansible脚本化),同时也包含了Azkaban的workflow。
Stars: ✭ 36 (-86.52%)
Mutual labels:  solr
hello-nlp
A natural language search microservice
Stars: ✭ 85 (-68.16%)
Mutual labels:  solr
pulse
phData Pulse application log aggregation and monitoring
Stars: ✭ 13 (-95.13%)
Mutual labels:  solr
basic-solr-config
A starting point for solr schema, config and xslt.
Stars: ✭ 17 (-93.63%)
Mutual labels:  solr
lib
Perl Utility Library for my other repos
Stars: ✭ 16 (-94.01%)
Mutual labels:  solr
BnLMetsExporter
Command Line Interface (CLI) to export METS/ALTO documents to other formats.
Stars: ✭ 11 (-95.88%)
Mutual labels:  solr
jesterj
Document Ingestion Framework for Search Systems
Stars: ✭ 26 (-90.26%)
Mutual labels:  solr
Xponents
Geographic Place, Date/time, and Pattern entity extraction toolkit along with text extraction from unstructured data and GIS outputters.
Stars: ✭ 39 (-85.39%)
Mutual labels:  solr
turing
✨ 🧬 Turing AI - Semantic Navigation, Chatbot using Search Engine and Many NLP Vendors.
Stars: ✭ 30 (-88.76%)
Mutual labels:  solr
bigdata-fun
A complete (distributed) BigData stack, running in containers
Stars: ✭ 14 (-94.76%)
Mutual labels:  solr
nlpir-analysis-cn-ictclas
Lucene/Solr Analyzer Plugin. Support MacOS,Linux x86/64,Windows x86/64. It's a maven project, which allows you change the lucene/solr version. //Maven工程,修改Lucene/Solr版本,以兼容相应版本。
Stars: ✭ 71 (-73.41%)
Mutual labels:  solr
conciliator
OpenRefine reconciliation services for VIAF, ORCID, and Open Library + framework for creating more.
Stars: ✭ 95 (-64.42%)
Mutual labels:  solr
Spring Boot Demo
Spring Boot & Spring Cloud & Spring Security Demo Case(Spring学习示例实战项目)
Stars: ✭ 255 (-4.49%)
Mutual labels:  solr
arclight
A Rails engine supporting discovery of archival material
Stars: ✭ 25 (-90.64%)
Mutual labels:  solr
RelevancyTuning
Dice.com tutorial on using black box optimization algorithms to do relevancy tuning on your Solr Search Engine Configuration from Simon Hughes Dice.com
Stars: ✭ 28 (-89.51%)
Mutual labels:  solr

宜立方商城

开发环境: eclipse+maven+svn+linux+easyui

软件架构: mysql+mybatis+spring+springmvc+redis+solr

项目描述:宜立方商城是一个综合性的B2C平台,类似京东商城、天猫商城。会员可以在商城浏览商品、下订单,以及参加各种活动。宜立方商城采用分布式系统架构,子系统之间都是调用服务来实现系统之间的通信,使用http协议传递json数据方式实现。这样降低了系统之间的耦合度,提高了系统的扩展性。为了提高系统的性能使用redis做系统缓存,并使用redis实现session共享。为了保证redis的性能使用redis的集群。搜索功能使用solrCloud做搜索引擎。

image 后台管理系统:管理商品、订单、类目、商品规格属性、用户管理以及内容发布等功能。

商城门户:用户可以在前台系统中进行注册、登录、浏览商品、首页、下单等操作。

会员系统:用户可以在该系统中查询已下的订单、收藏的商品、我的优惠券、团购等信息。

订单系统:提供下单、查询订单、修改订单状态、定时处理订单。

搜索系统:提供商品的搜索功能。

单点登录系统:为多个系统之间提供用户登录凭证以及查询登录用户的信息。

相关框架:

1.dubbo:当服务越来越多,容量的评估,小服务资源的浪费等问题逐渐显现,此时需增加一个调度中心基于访问压力实时管理集群容量,提高集群利用率。此时,用 于提高机器利用率的资源调度和治理中心。

2.FastDFS:分布式文件系统,用于搭建一个图片服务器,专门保存图片。存储空间可以横向扩展,可以实现服务器的高可用。支持每个节点有备份机。

3.Redis集群:用于添加缓存,减少查询数据库的压力。

4.SolrCloud:用于实现搜索功能,快速高效。

5.Activemq:使用Activemq发送接收消息,通过消息队列实现商品同步。

6.Freemarker:FreeMarker是一个用Java语言编写的模板引擎,它基于模板来生成文本输出。FreeMarker与Web容器无关,即在Web运行时,它并不知道Servlet或HTTP。它不仅可以用作表现层的实现技术,而且还可以用于生成XML,JSP或Java 等。

7.MyCAT:一个彻底开源的,面向企业应用开发的“大数据库集群”支持事务、ACID、可以替代Mysql的加强版数据库,可以低成本的将现有的单机数据库和应用平滑迁移到“云”端,解决数据存储和业务规模迅速增长情况下的数据瓶颈问题。

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