Post
Topic
Board Tokens (Altcoins)
Re: [ANN] [ICO] Taklimakan Network : Business Platform for Crypto Community
by
fijiral
on 03/05/2018, 10:22:29 UTC
Hi team, I have such a question:
What IM/Likes/Comments microsystem consists of?

Hello!
This microservice includes two components: Data Storage and Messaging Engine.

And what's your technology stack for IM/Likes/Comments?

Data Storage choice is dictated to be non-relational due to high level of interconnection between non- homogeneous data such as “user likes user”, “user likes product X”, “comment about product X”, “comment about user”, etc. In order to simplify technology stack, best choices will be universal no-sql databases such as Cassandra, Neo4j, QuasarDB, Tarantool, or HBase.
Engine that powers messaging can either utilize functionality of RabitMQ as one of the most direct solutions or be implemented on top of data streaming technologies such as Apache Flume or Kafka.