Skip to content

A ready to use deployment of CacheStore remote (default). Includes CacheStore, start up scripts for remote, and remote configurations.

Notifications You must be signed in to change notification settings

viant/CacheStore-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CacheStore Deploy

What is CacheStore?

CacheStore is a largely scalable and high performance storage plugin for Project Voldemort distributed system that includes user plugins to determine block size, concurrent compaction and backup without downtime, and user plugins to purge data without downtime. Key features include stored procedures, triggers, queries, scans, and multiple gets and puts.

Download

CacheStore Remote Repository: https://github.com/viant/CacheStore-deploy
CacheStore Remote .zip: http://viant.github.io/CacheStore/downloads/cachestore-deploy-1.1.0.zip
CacheStore Remote .tar.gz: http://viant.github.io/CacheStore/downloads/cachestore-deploy-1.1.0.tar.gz
CacheStore Remote .rpm: http://viant.github.io/CacheStore/downloads/cachestore-deploy-1.1.0-1.noarch.rpm

Prerequisites

Quickstart

For this guide, we will assume that CacheStore is installed into the /opt folder.

In terminal:

- cd cachestore-deploy/
- sudo sh bin/StartCachestore.sh

In a new terminal:

- cd cachestore-deploy/
- sudo sh bin/CachestoreShell.sh
- c = open("localhost:4200", "test")
		===> url localhost:4200 store test timeout 6000 nio false
- listKey(c)
		===> [1 INT, 2 INT, 3 INT, 4 INT]
- getv(c, 1)
		===> this
- getv(c, 2)
		===> is
- getv(c, 3)
		===> a
- getv(c, 4)
		===> test
- :exit
- sh bin/StopCachestore.sh

Note These commands are used based on the provided test store.xml and test0.* data files.

Documentation

Additional information and documentation can be found at: http://viant.github.io/CacheStore/

Latest Version

The latest version 1.1.0 can be found at: https://github.com/viant/CacheStore

Known Bugs & Issues

  • Scripts may not run as expected in Windows

About

A ready to use deployment of CacheStore remote (default). Includes CacheStore, start up scripts for remote, and remote configurations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published