All Projects → cloudegg-tech → Lithosphere Docker

cloudegg-tech / Lithosphere Docker

Licence: apache-2.0
The docker for lithosphere project

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Lithosphere Docker

Dnc
Discriminative Neural Clustering for Speaker Diarisation
Stars: ✭ 60 (-21.05%)
Mutual labels:  clustering
Cluster
Easy Map Annotation Clustering 📍
Stars: ✭ 1,132 (+1389.47%)
Mutual labels:  clustering
Pt Sdae
PyTorch implementation of SDAE (Stacked Denoising AutoEncoder)
Stars: ✭ 72 (-5.26%)
Mutual labels:  clustering
Bottleneck
Job scheduler and rate limiter, supports Clustering
Stars: ✭ 1,113 (+1364.47%)
Mutual labels:  clustering
Ekka
Autocluster and Autoheal for EMQ X Broker
Stars: ✭ 63 (-17.11%)
Mutual labels:  clustering
Contrastive Clustering
Code for the paper "Contrastive Clustering" (AAAI 2021)
Stars: ✭ 67 (-11.84%)
Mutual labels:  clustering
Giggle
📞 Giggle Jingle library for XMPP, implementation of XEP-0166.
Stars: ✭ 55 (-27.63%)
Mutual labels:  xmpp
Tgcontest
Telegram Data Clustering contest solution by Mindful Squirrel
Stars: ✭ 74 (-2.63%)
Mutual labels:  clustering
Weka Jruby
Machine Learning & Data Mining with JRuby
Stars: ✭ 64 (-15.79%)
Mutual labels:  clustering
Movim
Movim - Decentralized social platform
Stars: ✭ 1,171 (+1440.79%)
Mutual labels:  xmpp
Hxmpp
Haxe XMPP library
Stars: ✭ 61 (-19.74%)
Mutual labels:  xmpp
Multilingual Latent Dirichlet Allocation Lda
A Multilingual Latent Dirichlet Allocation (LDA) Pipeline with Stop Words Removal, n-gram features, and Inverse Stemming, in Python.
Stars: ✭ 64 (-15.79%)
Mutual labels:  clustering
Kaidan
[Replaced by https://invent.kde.org/network/kaidan] Kaidan, a simple and user-friendly Jabber/XMPP client for every device and platform.
Stars: ✭ 67 (-11.84%)
Mutual labels:  xmpp
Uwpx Client
A WIP secure XMPP client for UWP (Windows 10) devices.
Stars: ✭ 61 (-19.74%)
Mutual labels:  xmpp
Pade
Pàdé (Yoruba word for Meet) is a browser extension (Chrome/Edge) based unified communications desktop client for Openfire.
Stars: ✭ 72 (-5.26%)
Mutual labels:  xmpp
Stanza
Modern XMPP, with a JSON API
Stars: ✭ 1,105 (+1353.95%)
Mutual labels:  xmpp
Text Analytics With Python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.
Stars: ✭ 1,132 (+1389.47%)
Mutual labels:  clustering
Qmchatviewcontroller Ios
An elegant ready to go chat view controller for iOS applications
Stars: ✭ 75 (-1.32%)
Mutual labels:  xmpp
Self Supervised Learning Overview
📜 Self-Supervised Learning from Images: Up-to-date reading list.
Stars: ✭ 73 (-3.95%)
Mutual labels:  clustering
Hazelcast Cpp Client
Hazelcast IMDG C++ Client
Stars: ✭ 67 (-11.84%)
Mutual labels:  clustering

lithosphere-docker

单结点

构建Docker Image

cd lite
docker build --no-cache -f Dockerfile -t lithosphere/granite:lite --rm=true .
docker push

启动方式: docker

docker run -d -p 5222:5222 --name lite-granite-server lithosphere/granite:lite

启动方式: docker-compose

cd lite
docker-compose up --build

集群

TODO

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