Skip to content

This is a mirror of Picodata, an in-memory database with plugins in Rust.

License

Notifications You must be signed in to change notification settings

vardbabayan/picodata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picodata – Professional Data Management System for High Loads

This repository contains the source code of Picodata, an in-memory database with plugins in Rust.

What is Picodata

Picodata is a software for building professional data management systems. It provides an in-memory database together with a development platform and a runtime for custom plugins written in Rust. Learn more about our software at the picodata.io web site.

Getting Picodata

We provide pre-built Picodata packages for select Linux distributions including CentOS and Ubuntu. Head over to picodata.io/download to see what is available.

Running Picodata

Running a Picodata instance only takes one simple command:

picodata run

Getting a basic distributed cluster made of two instances running on different hosts involves two commands, like this:

picodata run --listen 192.168.0.1:3301 --pg-listen 192.168.0.1:5432
picodata run --listen 192.168.0.2:3301 --pg-listen 192.168.0.2:5432 --peer 192.168.0.1:3301

You can find out more about getting started procedures and first steps by heading to docs.picodata.io.

Building Picodata from source

Please refer to the CONTRIBUTING.md document for more detailed prerequisites, compilation instructions as well as steps required to run integration tests.

About

This is a mirror of Picodata, an in-memory database with plugins in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 74.5%
  • Python 14.3%
  • Lua 7.8%
  • TypeScript 2.3%
  • SCSS 0.5%
  • Makefile 0.2%
  • Other 0.4%