The NEW PieCloudDB Database Community Edition: FREE Download, One-Command Docker Deployment
AUGUST 22ND, 2024

PieCloudDB is a cloud-native database featuring next-generation data warehouse virtualization technology. Leveraging its new elastic Massively Parallel Processing(eMPP) architecture with separated storage and computation, PieCloudDB offers extreme flexibility, high scalability, and「unbreakable」security, achieving optimal cloud resource allocation. 


Currently, PieCloudDB offers three product editions: 


  • PieCloudDB Community Edition: On-premises; Free Download
  • PieCloudDB Serverless Edition: Pay-as-you-go Cloud Service; Free Trial 
  • PieCloudDB Enterprise Edition: On-premises; Commercial License 


To provide community users with an enhanced and convenient experience of the cutting-edge data warehouse virtualization technology, the PieCloudDB Community Edition has processed a major overhaul. This upgraded edition is tailored for the community users, featuring a streamlined, fully containerized, one-command deployment process that encompasses both the PieCloudDB Kernel and the PieCloudDB Cluster Controller (PDBCC). This new community edition simplified the setup procedure, granting users rapid and straightforward access to the essential functionalities of PieCloudDB. 


With the Community Edition, you can experience the key features of PieCloudDB, including: 



PieCloudDB Community Edition Free Download


PieCloudDB supports both online and offline deployments method, allowing users to choose according to their scenario needs. 


The download and deployment commands are as follows:


Online Deployment


-- Install and Deploy PieCloudDB  
$ sudo docker run -p 5432-5442:5432-5442 --name pieclouddb -itd openpietsp/pieclouddb-ce-allin1:latest 
 
-- Test and Print "pdb start successful" 
$ sudo docker logs -f pieclouddb 
 
-- Connect to PieCloudDB 
$ psql -h127.0.0.1 -p5432 -Uopenpie -dopenpie


Offline Installation


-- Download and Decompression 
$ wget https://pieclouddb.oss-cn-beijing.aliyuncs.com/community/pieclouddb-ce-allin1.tar.gz 
 
$ tar -zxvf pieclouddb-ce-allin1.tar.gz 
 
$ cd pieclouddb-ce-allin1 
 
-- Start PieCloudDB 
$ sudo bash start-pieclouddb.sh 
 
-- Test and Print "pieclouddb start successful" 
$ sudo docker logs -f pieclouddb 
 
-- Connect to PieCloudDB 
$ psql -h127.0.0.1 -p5432 -Uopenpie -dopenpie 


Moreover, the PieCloudDB community has prepared a demo video to facilitate a quickly start for community users.



Welcome to have a free trail on the PieCloudDB Community Edition! 

Related Blogs:
no related blog