Skip to content

ysc/borm

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

borm – 大数据的对象持久化

[捐赠致谢](https://github.com/ysc/QuestionAnsweringSystem/wiki/donation)

HBase必读:
1、建立Hadoop环境
2、建立HBase环境
3、项目初始建立步骤
如何切换底层存储为HBase:
1、修改pom.xml,指定gora-core.version的值为0.3
2、修改gora.properties,指定gora.datastore.default的值为org.apache.gora.hbase.store.HBaseStore
3、修改hbase-site.xml,指定HBase集群依赖的zookeeper的主机及端口

MySQL必读:
MySQL只是方便开发阶段的调试工作,生产环境中不宜使用。
如何切换底层存储为MySQL:
1、修改pom.xml,指定gora-core.version的值为0.2.1
2、修改gora.properties,指定gora.datastore.default的值为org.apache.gora.sql.store.SqlStore

About

大数据的对象持久化

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published