All Projects → aliyun → Tablestore Timeline

aliyun / Tablestore Timeline

Licence: lgpl-2.1
TableStore-Timeline Model for Social scene

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Tablestore Timeline

Android yichat lite
android client
Stars: ✭ 118 (-38.54%)
Mutual labels:  im
Hyperf Chat
Hyperf Chat
Stars: ✭ 139 (-27.6%)
Mutual labels:  im
Android Chat
开源即时通讯(野火IM)系统Android端
Stars: ✭ 2,107 (+997.4%)
Mutual labels:  im
Im service
golang im server
Stars: ✭ 1,694 (+782.29%)
Mutual labels:  im
Fpush
📶即时消息推送服务(即时通讯),基于Netty+protobuf-- Instant Messaging push service based on Netty+protobuf
Stars: ✭ 134 (-30.21%)
Mutual labels:  im
Vue Im
A Vue.js 2.0 IM;基于Vue2.0的在线客服系统
Stars: ✭ 143 (-25.52%)
Mutual labels:  im
Gim
golang写的IM服务器(服务组件形式)
Stars: ✭ 1,343 (+599.48%)
Mutual labels:  im
Im android
GoBelieveIO IM android sdk
Stars: ✭ 167 (-13.02%)
Mutual labels:  im
Im
golang写的IM服务器,支持多业务接入
Stars: ✭ 138 (-28.12%)
Mutual labels:  im
Nettychat
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重发机制、读写超时机制、离线消息、线程池等功能。
Stars: ✭ 1,979 (+930.73%)
Mutual labels:  im
Ejabberd Open
QTalk是基于ejabberd,根据业务需要改造而来。修改和扩展了很多 ejabberd不支持的功能。
Stars: ✭ 124 (-35.42%)
Mutual labels:  im
Light Push
轻量级推送服务和实时在线监控平台,同时用于开发即时通信系统,基于node的socket.io,支持web、android、ios客户端,支持移动端离线推送,可进行分布式部署
Stars: ✭ 128 (-33.33%)
Mutual labels:  im
Chat
一个聊天 App,包含单聊和群聊功能,支持发送文本以及表情包
Stars: ✭ 146 (-23.96%)
Mutual labels:  im
Wechat flutter
wechat_flutter Flutter版本微信,一个优秀的Flutter即时通讯IM开源库!
Stars: ✭ 1,898 (+888.54%)
Mutual labels:  im
Gff
GFF is a imitation QQ communication project, based on high IOCP. GFF是模仿QQ通讯项目,通信基于SAEA.MessageSocket、SAEA.Http、SAEA.MVC实现
Stars: ✭ 162 (-15.62%)
Mutual labels:  im
Im ios
GoBelieveIO IM iOS sdk
Stars: ✭ 116 (-39.58%)
Mutual labels:  im
Him Vue
开源的H5即时聊天系统 spring-boot + netty + protobuf + vue ~
Stars: ✭ 142 (-26.04%)
Mutual labels:  im
Universe push
[飞享]-基于t-io的即时通讯系统,采用服务化框架Dubbo实现应用服务化,使用SpringBoot构建应用,可做信令服务器使用,支持docker,k8s快速部署。Android版本支持私聊,群聊,支持voip通话,支持语音,短视频,图片,位置发送。web客户端基于vue框架,基于websocket协议,基于json的自定义文本协议实现消息解析,支持与android客户端实现消息互通。实现一端发布,多端同步消息,支持android端与web端音视频通话。[公测地址](https://chat.comsince.cn)
Stars: ✭ 189 (-1.56%)
Mutual labels:  im
Im App server
Demo of IM application server
Stars: ✭ 165 (-14.06%)
Mutual labels:  im
Netty Learning Example
🥚 Netty实践学习案例,见微知著!带着你的心,跟着教程。我相信你行欧。
Stars: ✭ 2,146 (+1017.71%)
Mutual labels:  im

TableStore Timeline V2

Requirements

Java 1.6 or later

Install

The recommended way to use the TableStore Timeline Lib in your project is to consume it from Maven. Import as follows:

<dependency>
    <groupId>com.aliyun.openservices.tablestore</groupId>
    <artifactId>Timeline</artifactId>
    <version>2.0.0</version>
</dependency>

Build

Once you check out the code from GitHub, you can build it using Maven. Use the following command to build:

  mvn clean install -DskipTests

New Feature

  • Add timeline meta management.
  • Add fuzzy search both meta and timeline by TableStore's SearchIndex.
  • Support multi primaryKey column for Timeline Identifier.
  • Support 2 kinds of sequence id, AUTO_INCREMENT and MANUAL.
  • Compatible with Timeline 1.X, and Click here for sample code.
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].