Menu

Tree [921273] master develop /
 History

HTTPS access


File Date Author Commit
 installer 2018-09-26 Afonso Afonso [921273] #
 src 2018-09-26 Ribeiro Ribeiro [f5487c] #
 .gitignore 2018-09-26 Ribeiro Ribeiro [f5487c] #
 README.md 2018-09-26 Calypte Labs Calypte Labs [b967f6] Update README.md
 calypte.conf 2018-09-26 Ribeiro Ribeiro [97febc] #
 pom.xml 2018-09-26 Ribeiro Ribeiro [97febc] #

Read Me

Calypte

Calypte é um sistema de cache de propósito geral com suporte transacional. É extremamente rápido, trabalha de forma eficiente com pouca memória e permite o armazenamento de dados em memória secundária.

Como instalar o servidor?

  1. git clone https://github.com/calyptelabs/scalypte.git
  2. mvn clean package
  3. java -Xmx128m -jar scalypte-1.0.0.0.jar

Mais informações: https://calyptelabs.github.io/install.html

Como Instalar o cliente?

Instalando com maven

Você pode instalar o cliente Calypte usando o maven.

Adicione no pom.xml:

<dependency>
    <groupId>calypte</groupId>
    <artifactId>calypte</artifactId>
    <version>1.0.0.0</version>
</dependency>

Mais informações: https://calyptelabs.github.io/java.html

Instalando com composer

Você pode instalar o cliente Calypte usando o composer:

$ composer require calypte/calypte

Mais informações: https://calyptelabs.github.io/php.html

Veja mais em: https://calyptelabs.github.io/

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.