Picodata
This is a mirror of Picodata, an in-memory database with plugins in Rust.
Install / Use
/learn @picodata/PicodataREADME
This repository contains the source code of Picodata, a distributed in-memory database with plugins in Rust.
What is Picodata
Picodata is a PostgreSQL-compatible distributed DBMS with plugins in Rust. It is based on shared-nothing architecture and partitions the entire data set across independent processes each running on an own CPU core. Picodata is SQL- and wire-compatible with PostgreSQL.
Learn more about our software at the picodata.io web site.
Getting Picodata
We provide pre-built Picodata packages for Debian, Ubuntu, and RHEL-based Linux distributions. 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
Learn more about getting started with Picodata by heading over to our documentation site at 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.
Related Skills
feishu-drive
347.2k|
things-mac
347.2kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
347.2kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
codebase-memory-mcp
1.2kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 66 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
