From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [ANNOUNCE] ScyllaDB: new NoSQL database powered by DPDK Date: Tue, 22 Sep 2015 09:32:29 -0700 Message-ID: <5601829D.5080601@cloudius-systems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: "" Return-path: Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by dpdk.org (Postfix) with ESMTP id 211768DA3 for ; Tue, 22 Sep 2015 18:32:32 +0200 (CEST) Received: by pacgz1 with SMTP id gz1so10881996pac.3 for ; Tue, 22 Sep 2015 09:32:31 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello dpdk-ers, We are pleased to announce Scylla, a new open-source NoSQL database powered by DPDK. Scylla's performance (one million transactions per second per node) derives in part from a user-space TCP/IP stack, using DPDK to drive the network cards. Scylla is open source and can be found in https://github.com/scylladb/scylla. Scylla's TCP stack and DPDK integration are part of a server-side framework, seastar, which can be found in https://github.com/scylladb/seastar. For more information, visit http://scylladb.com.