Simple, Predictable Pricing

FeatureBase Community has been around since 2017 and is used by organizations to deliver real-time analytical insights into their data.

FeatureBase Cloud takes away the hassle of maintaining infrastructure, comes with an improved user experience, and is fully supported. Start a free trial now with $300 of free credit, no credit card required.

Consumption-based pricing coming in early 2023!

SIGNUP NOW FOR $300 CREDIT

Pay-as-you-go! FeatureBase Cloud Shapes are billed hourly and invoiced monthly. No additional data transfer cost planning.

$1

/hour

Memory:

32 GB

Storage:

100 GB

Compute:

12

1

Memory:

64 GB

Storage:

300 GB

Compute:

48

2

Memory:

128 GB

Storage:

500 GB

Compute:

24

4

Memory:

256 GB

Storage:

1.2 TB

Compute:

96

8

Memory:

512 GB

Storage:

2.5 TB

Compute:

192

20

Memory:

1 TB

Storage:

5 TB

Compute:

320

25

Memory:

2 TB

Storage:

10 TB

Compute:

576

45

Price
/Hour
$1
Allocated Memory
Allocated Compute
Allocated Storage
32 GB
12 vCPU
100 GB
$2
64 GB
24 vCPU
300 GB
$4
128 GB
48 vCPU
500 GB
$8
256 GB
96 vCPU
1.2 TB
$20
512 GB
192 vCPU
2.5 TB
$25
1 TB
320 vCPU
5 TB
$25
2 TB
576 vCPU
10 TB
SIGNUP NOW FOR $300 CREDIT

The power of FeatureBase without the maintenance.

Fully Managed: We take away the stress of infrastructure management, backups, disaster recovery, security, upgrades, and ongoing maintenance to deliver an always-on service.
Scale With Ease: Simply add another Shape to fit your expanding use case.
Simple Ingestion over HTTPS: Simple to connect to your data source via a REST API.
Secure by Design: In addition to SOC 2 Type 2 compliance, all data is encrypted in motion and at rest, and the service is architected to support access of least privilege principle.

FAQ

Are there any other costs?

NONE. What you see on this page is what you pay for and how you pay for it. No asterisks to worry about when it comes to data transfer costs.

How is FeatureBase Cloud priced and can you give me an example?

FeatureBase is priced per Shape deployed. Shapes are constructed with a preset allocation of resources for memory, compute, and storage. You only pay for every hour of use. Shapes can be spun down at any time.

How do I know what Shape I need?

We have tailored our Shapes based on successful, real-world implementations, and our expert onboarding team will work with you to ensure a match built for your use case requirements.

As a rule of thumb, the more of your data that you can fit into memory, the better. We find that most customers get a ~90% footprint reduction from the raw data size (600 GB raw data = ~60GB in FeatureBase).  So we use 10% of your raw data as a starting point to calculate pricing.

Examples: 
100GB of CSV data would consume 10GB (1/10) of memory footprint inside of FeatureBase
200GB of Kafka ingestion would consume 20GB (1/10) of memory footprint inside of FeatureBase.

Are these all the Shapes available?

Additional sizing options are available for specialized workloads. We also have dev-specific Shapes available, so please reach out if you're interested!

How is my bill calculated?

You are billed monthly based on your consumption of each shape throughout the month:

(FeatureBase Cloud Shape Price/Hour) X (# Hours Consumed (Deployed) During The Month)

In which AWS regions is FeatureBase Cloud available?

US East (Ohio)

Get Started for Free

Open Source install commands are included below. Requires git and Docker
open source CODESTART CLOUD TRIAL

docker run -p 10101:10101 featurebasedb/featurebase

git clone https://github.com/FeatureBaseDB/featurebase-examples.git
cd featurebase-examples/docker-simple
docker network create fbnet
docker compose up