diff --git a/.wordlist.txt b/.wordlist.txt index dd4b8447..77f02ca3 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -685,3 +685,13 @@ sdist dylib xcode Trendshift + +DBaaS +GCP +VPC +VPCs +BYOC +FDB +xlarge +SaaS +GCP's diff --git a/cloud/enterprise-tier.md b/cloud/enterprise-tier.md new file mode 100644 index 00000000..7b11fdf4 --- /dev/null +++ b/cloud/enterprise-tier.md @@ -0,0 +1,52 @@ +--- +title: "Enterprise Tier" +parent: "Cloud DBaaS" +nav_order: 4 +description: "FalkorDB DBaaS Enterprise Tier" +--- + +![FalkorDB Cloud Enterprise Tier Banner](https://github.com/user-attachments/assets/f03bb001-1916-4e0f-9a82-cb8271309855) + + +# Enterprise Tier +FalkorDB's **Enterprise Tier** is designed for the most demanding workloads, offering ultimate performance, scale, and customization, with pricing determined on a **Custom** basis. This tier includes **every available enterprise feature**, such as **VPC Peering**, **Advanced Monitoring**, and **Dedicated Account Manager** support. + +The Enterprise Tier is fully optimized for mission-critical applications, providing the highest levels of security, availability, and dedicated operational support. Deployment configurations are tailored to your specific infrastructure, scale, and compliance requirements. + +## FalkorDB Pricing Plans Comparison + +| Feature | FREE | STARTUP | PRO | ENTERPRISE | +| :--- | :---: | :---: | :---: | :---: | +| **Monthly Cost (from)** | **Free** | **$73** | **$350** | **Custom** | +| Multi-Graph / Multi-Tenancy | ✓ | ✓ | ✓ | **đŸŸĸ** | +| Graph Access Control | ✓ | ✓ | ✓ | **đŸŸĸ** | +| **TLS** | ✗ | ✓ | ✓ | **đŸŸĸ** | +| **VPC** | ✗ | ✗ | ✗ | **đŸŸĸ** | +| Cluster Deployment | ✗ | ✗ | ✓ | **đŸŸĸ** | +| High Availability | ✗ | ✗ | ✓ | **đŸŸĸ** | +| Multi-zone Deployment | ✗ | ✗ | ✓ | **đŸŸĸ** | +| Scalability | ✗ | ✗ | ✓ | **đŸŸĸ** | +| Continuous Persistence | ✗ | ✗ | ✓ | **đŸŸĸ** | +| **Automated Backups** | ✗ | Every 12 Hours | Every 12 Hours | **Every Hour** | +| **Advanced Monitoring** | ✗ | ✗ | ✗ | **đŸŸĸ** | +| **Support** | Community | Community | 24/7 | **Dedicated** | +| **Dedicated Account Manager** | ✗ | ✗ | ✗ | **đŸŸĸ** | +| **Cloud Providers** | AWS, GCP, Azure | AWS, GCP, Azure | AWS, GCP, Azure | **AWS, GCP, Azure** | + +## Terms +### Consultation and Pricing +> The Enterprise Tier is customized to your specific needs, leveraging dedicated resources, tailored support SLAs, and private deployment options. Pricing is calculated based on the custom configuration of cores, memory, and additional enterprise components. +> +> **For precise pricing, deployment details, and a dedicated consultation:** +> **[Contact our Sales Team](https://www.falkordb.com/get-a-demo/)** +> +> âš ī¸ Prices are subject to change + +## Getting Started + + + FalkorDB Graph DBaaS Enterprise Tier Tutorial Video + + +âš™ī¸ To begin your Enterprise journey, schedule a consultation: +[![Contact Us](https://img.shields.io/badge/Contact%20Us-8A2BE2?style=for-the-badge)](mailto:info@falkordb.com) diff --git a/cloud/features.md b/cloud/features.md new file mode 100644 index 00000000..91f1f044 --- /dev/null +++ b/cloud/features.md @@ -0,0 +1,60 @@ +--- +title: "Features" +parent: "Cloud DBaaS" +nav_order: 5 +description: "FalkorDB DBaaS Features" +--- + +# Features + +## Multi-Tenancy +Multi-tenancy lets you run multiple isolated graph databases within a single FalkorDB instance. Each tenant operates independently with its own data, queries, and access controls while sharing the underlying infrastructure. + +Developers building SaaS applications need multi-tenancy to serve multiple customers without deploying separate database instances for each one. This approach reduces operational overhead and infrastructure costs while maintaining strict data isolation between tenants. + +In practice, you create distinct graph databases for each customer or project, and FalkorDB handles the isolation automatically. + +## Cloud Providers +### AWS +FalkorDB runs on Amazon Web Services infrastructure, giving you access to AWS's global network of data centers and integration with other AWS services. You can deploy FalkorDB instances in several AWS regions and connect them to your existing AWS resources. + +Teams already using AWS benefit from keeping their graph database in the same cloud environment as their applications. This setup reduces latency and simplifies network configuration since your services communicate within the AWS network. + +When you deploy on AWS, you choose your preferred region, and FalkorDB provisions the necessary compute and storage resources in that location. + +### Google Cloud Platform (GCP) +FalkorDB integrates with Google Cloud Platform, allowing you to run graph databases on Google's infrastructure. You gain access to GCP's global network and can combine FalkorDB with other Google Cloud services. + +Organizations using GCP for their applications should deploy FalkorDB in the same cloud to maintain consistent infrastructure management. Keeping your database and applications on GCP reduces cross-cloud data transfer costs and latency. + +You select a GCP region during deployment, and FalkorDB sets up your graph database instance within Google's infrastructure. + +> Note: Microsoft Azure is currently available in a Bring-Your-Own-Cloud configuration + +## TLS +TLS (Transport Layer Security) encrypts all data transmitted between your application and FalkorDB. This encryption prevents anyone intercepting network traffic from reading your queries or results. + +Applications handling sensitive data must use TLS to protect information in transit. Without encryption, credentials, personal data, and business logic become vulnerable when traveling across networks. + +When you enable TLS, FalkorDB requires encrypted connections. Your application must configure its database client to use TLS, and all communication happens over secure channels. + +## VPC +A Virtual Private Cloud (VPC) creates an isolated network environment where your FalkorDB instance runs separately from the public internet. Only resources within your VPC or those you explicitly authorize can reach your database. + +Organizations with security requirements need VPC deployment to control network access to their databases. VPCs prevent unauthorized connection attempts and give you granular control over which services can communicate with FalkorDB. + +You deploy FalkorDB into your existing VPC, and the database becomes accessible only through your private network. Your applications connect using private IP addresses instead of public endpoints. + +## Persistence +Persistence ensures your graph data survives system restarts, crashes, or failures by writing changes to disk. Without persistence, you lose all data when the database stops. + +Any application storing important data requires persistence to maintain durability. In-memory-only databases lose everything during unexpected shutdowns, making them unsuitable for production workloads. + +FalkorDB persists data through regular snapshots and transaction logs. These mechanisms guarantee that committed transactions remain safe even if the system crashes immediately afterward. + +#### Solution Architecture +Solution architecture support helps you design how FalkorDB integrates with your broader application infrastructure. This guidance covers connection patterns, data modeling approaches, and best practices for specific use cases. + +Teams building complex systems benefit from architectural advice to avoid common pitfalls and optimize their graph database implementation. Poor architectural decisions early in development create technical debt that becomes expensive to fix later. + +Architecture consultations provide recommendations on graph schema design, query optimization strategies, and integration patterns that match your application requirements. diff --git a/cloud/free-tier.md b/cloud/free-tier.md new file mode 100644 index 00000000..73a78428 --- /dev/null +++ b/cloud/free-tier.md @@ -0,0 +1,45 @@ +--- +title: "Free Tier" +parent: "Cloud DBaaS" +nav_order: 1 +description: "FalkorDB DBaaS Free Tier" +--- + +![FalkorDB Cloud Free Tier Banner](https://github.com/user-attachments/assets/062cb5c5-d969-4481-ab1b-1802fea0732a) + +# Free Tier +FalkorDB's free cloud tier gives you instant access to a graph database with multi-graph support and multi-tenancy capabilities. You can deploy on AWS or GCP with 100MB of storage and rely on community support to get started. + +The free tier provides everything you need to explore FalkorDB and build initial prototypes. When your application grows and requires TLS security, VPC networking, high availability, automated backups, or dedicated support, you can upgrade to a paid plan that includes these enterprise features. + +## FalkorDB Pricing Plans Comparison + +| Feature | FREE | STARTUP | PRO | ENTERPRISE | +| :--- | :---: | :---: | :---: | :---: | +| **Monthly Cost (from)** | **Free** | **$73** | **$350** | **Custom** | +| Multi-Graph / Multi-Tenancy | **✓** | **✓** | **✓** | **✓** | +| Graph Access Control | **✓** | **✓** | **✓** | **✓** | +| TLS | ✗ | **✓** | **✓** | **✓** | +| VPC | ✗ | ✗ | ✗ | **✓** | +| Cluster Deployment | ✗ | ✗ | **✓** | **✓** | +| High Availability | ✗ | ✗ | **✓** | **✓** | +| Multi-zone Deployment | ✗ | ✗ | **✓** | **✓** | +| Scalability | ✗ | ✗ | **✓** | **✓** | +| Continuous Persistence | ✗ | ✗ | **✓** | **✓** | +| Automated Backups | ✗ | Every 12 Hours | Every 12 Hours | Every Hour | +| Advanced Monitoring | ✗ | ✗ | ✗ | **✓** | +| **Support** | Community | Community | 24/7 | Dedicated | +| Dedicated Account Manager | ✗ | ✗ | ✗ | **✓** | +| **Cloud Providers** | AWS, GCP | AWS, GCP | AWS, GCP | AWS, GCP, Azure | +| **Call-to-Action** | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Contact Us](mailto:info@falkordb.com) | + +#### Terms +> âš ī¸ Free instances that aren't utilized for 1 day will be stopped, and deleted after 7 days. +Need an extension? Speak to [sales](https://www.falkordb.com/get-a-demo/)) + +## Getting Started + +[![FalkorDB Graph DBaaS Free Tier Tutorial Video](https://github.com/user-attachments/assets/56255f72-ff9d-4863-9942-b839257a723c)](https://www.youtube.com/watch?v=z0XO4pb2t5Y) + +âš™ī¸ Spin up your first FalkorDB Cloud instance: +[![Sign Up](https://img.shields.io/badge/Sign%20Up-8A2BE2?style=for-the-badge)](https://app.falkordb.cloud/signup) diff --git a/cloud/index.md b/cloud/index.md new file mode 100644 index 00000000..b6f9ea00 --- /dev/null +++ b/cloud/index.md @@ -0,0 +1,62 @@ +--- +title: "Cloud DBaaS" +description: Cloud Offering +nav_order: +has_children: true +--- + +![FalkorDB Cloud Banner](https://github.com/user-attachments/assets/e436f01d-d60a-42cf-ac76-7e457180482e) + +# FalkorDB Cloud DBaaS + +Get started with FalkorDB's cloud offering. The platform provides several enterprise features, including multi-tenancy, across all tiers. Browse the available plans and select the one that suits your needs. You can scale and upgrade your deployment when ready. + +## Features & Services + +| Group | Features | +| :--- | :--- | +| **Availability & Resilience** | - High Availability
- Multi-zone Deployment
- Multi-Graph / Multi-Tenancy
- Automated Backups
- Continuous Persistence | +| **Security & Access** | - Graph Access Control
- TLS
- VPC Peering | +| **Deployment & Scaling** | - Dedicated Cluster Deployment
- Scalability | +| **Support & Monitoring** | - Dedicated Support
- Advanced Monitoring
- Dedicated Account Manager | +| â˜ī¸ **Cloud Providers** | - AWS
- GCP
- Azure (BYOC) | + +[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/edit/Cloud-Docs/cloud/features.md) + +--- + +### Billing & Setup +â„šī¸ Prior to subscribing to any of FalkorDB's paid cloud tiers, please set up your billing information here: +> Adding your billing information is an easy, 2-step process: +> 1. Create a billing account ([Link](https://app.falkordb.cloud/billing)) +> 2. Input your billing information + +![FDB-cloud-billing-how-to](https://github.com/user-attachments/assets/d5d6ce47-0bbc-4c71-b5fa-60a43677fb3f) + +## Free Tier + +The FalkorDB Free Tier provides a free FalkorDB instance for evaluation purposes. You can deploy, connect, and share the instance with minimal effort and no maintenance. + +[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/free-tier.md) +[![Watch Demo](https://img.shields.io/badge/Watch%20Demo-black?style=for-the-badge)](https://www.youtube.com/watch?v=z0XO4pb2t5Y) + +## Startup Tier + +The FalkorDB Startup Tier provides a production-ready standalone FalkorDB deployment. Pick your machine size, add a dataset size, and start extracting insights. + +[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/startup-tier.md) +[![Watch Demo](https://img.shields.io/badge/Watch%20Demo-black?style=for-the-badge)](https://www.youtube.com/watch?v=xjpLPoQgo2s) + +## Pro Tier + +The Pro Tier provides a robust, dedicated environment to scale your application, including highly-available setups. + +[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/pro-tier.md) +[![Watch Demo](https://img.shields.io/badge/Watch%20Demo-black?style=for-the-badge)](https://youtu.be/UIzrW9otvYM?si=P1too6QjZ5r9AHtB) + +## Enterprise + +The Enterprise Tier is fully optimized for mission-critical applications, providing the highest levels of security, availability, and dedicated operational support. Schedule a call with a FalkorDB solutions architect to learn more. + +[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/enterprise-tier.md) +[![Watch Demo](https://img.shields.io/badge/Watch%20Demo-black?style=for-the-badge)](https://youtu.be/fu_8CLFKYSs?si=G7K6dN1i5tyqXTfC) diff --git a/cloud/pro-tier.md b/cloud/pro-tier.md new file mode 100644 index 00000000..1d44f1aa --- /dev/null +++ b/cloud/pro-tier.md @@ -0,0 +1,90 @@ +--- +title: "Pro Tier" +parent: "Cloud DBaaS" +nav_order: 3 +description: "FalkorDB DBaaS Pro Tier" +--- + +![FalkorDB Cloud Pro Tier Banner](https://github.com/user-attachments/assets/2d39df96-f932-4cba-a124-bfff93f9a0ca) + + +# Pro Tier +FalkorDB's **Pro Tier** is your solution for high-performance, production-ready graph database workloads, starting at **$350/Month**. This tier is designed for applications requiring **High Availability (HA)**, **Multi-zone Deployment**, and robust **Scalability**. It includes essential infrastructure features like **Cluster Deployment** and **Continuous Persistence (AOF + Snapshot)**, backed by **24-hour Dedicated Support**. + +The Pro Tier provides a robust environment to scale your application with confidence. When your needs extend to features like VPC Peering, Advanced Monitoring, or a Dedicated Account Manager, you can easily upgrade to the Enterprise plan. + +## FalkorDB Pricing Plans Comparison + +| Feature | FREE | STARTUP | PRO | ENTERPRISE | +| :--- | :---: | :---: | :---: | :---: | +| **Monthly Cost (from)** | **Free** | **$73** | **$350** | **Custom** | +| Multi-Graph / Multi-Tenancy | ✓ | ✓ | **đŸŸĸ** | ✓ | +| Graph Access Control | ✓ | ✓ | **đŸŸĸ** | ✓ | +| **TLS** | ✗ | ✓ | **đŸŸĸ** | ✓ | +| VPC | ✗ | ✗ | **🔴** | ✓ | +| Cluster Deployment | ✗ | ✗ | **đŸŸĸ** | ✓ | +| High Availability | ✗ | ✗ | **đŸŸĸ** | ✓ | +| Multi-zone Deployment | ✗ | ✗ | **đŸŸĸ** | ✓ | +| Scalability | ✗ | ✗ | **đŸŸĸ** | ✓ | +| Continuous Persistence | ✗ | ✗ | **đŸŸĸ** | ✓ | +| **Automated Backups** | ✗ | Every 12 Hours | **Every 12 Hours** | Every Hour | +| Advanced Monitoring | ✗ | ✗ | **🔴** | ✓ | +| **Support** | Community | Community | **24/7** | Dedicated | +| Dedicated Account Manager | ✗ | ✗ | **🔴** | ✓ | +| **Cloud Providers** | AWS, GCP | AWS, GCP | **AWS, GCP** | AWS, GCP, Azure (BYOC) | +| **Get started** | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Contact Us](mailto:info@falkordb.com) | + +## Terms +### Pricing Calculation +> We charge deployments based on **Core/Hour** and **Memory GB/Hour** usage. You pay **$0.200 per Core/Hour** and **$0.01 per Memory GB/Hour**. + +## Standalone + +| Instance Type | Monthly Cost | +| :--- | ---: | +| E2-standard-2 / m6i.large (Starting Instance) | $350.40 | +| E2-standard-4 / m6i.xlarge | $700.80 | +| E2-custom-4-8192 / c6i.xlarge | $642.40 | +| E2-custom-8-16384 / c6i.2xlarge | $1,284.80 | +| E2-custom-16-32768 / c6i.4xlarge | $2,569.60 | +| E2-custom-32-65536 / c6i.8xlarge | $5,139.20 | + +## Replicated (High Availability, Master (x1), Replica (x1)) + + +| Instances Type | Monthly Cost | +| :-------------------------------------------- | -----------: | +| E2-standard-2 / m6i.large (Starting Instance) | \$1,007.40 | +| E2-standard-4 / m6i.xlarge | \$1,708.20 | +| E2-custom-4-8192 / c6i.xlarge | \$1,591.40 | +| E2-custom-8-16384 / c6i.2xlarge | \$2,876.20 | +| E2-custom-16-32768 / c6i.4xlarge | \$5,445.80 | +| E2-custom-32-65536 / c6i.8xlarge | \$10,585.00 | + +> Note: We charge an additional 2 cores and 2 GB for replication and cluster since they require an extra component (sentinel for replication and rebalancer for cluster). + +--- + + +> Use our **[graph size calculator](https://www.falkordb.com/graph-database-graph-size-calculator/)** to further estimate your cost. +> âš ī¸ Prices are subject to change + +## Getting Started + + + FalkorDB Graph DBaaS Pro Tier Tutorial Video + + +âš™ī¸ Spin up your first FalkorDB Cloud instance: +[![Sign Up](https://img.shields.io/badge/Sign%20Up-8A2BE2?style=for-the-badge)](https://app.falkordb.cloud/signup) diff --git a/cloud/startup-tier.md b/cloud/startup-tier.md new file mode 100644 index 00000000..97ec4821 --- /dev/null +++ b/cloud/startup-tier.md @@ -0,0 +1,59 @@ +--- +title: "Startup Tier" +parent: "Cloud DBaaS" +nav_order: 2 +description: "FalkorDB DBaaS Startup Tier" +--- + +![FalkorDB Cloud Startup Tier Banner](https://github.com/user-attachments/assets/a60eacb7-2af6-432e-84c8-7c3dbe98422c) + + +# Startup Tier +FalkorDB's **Startup Tier** gives you instant access to a production-ready graph database starting at **$73/Month**. This tier is designed to help you **Build a Powerful MVP** with standalone deployment, multi-graph support, and multi-tenancy capabilities. You can deploy on AWS, GCP, or Azure (BYOC) and rely on community support to grow your application. + +The Startup Tier includes essential features like **TLS** and **Automated Backups (Every 12 Hours)**, making it a robust, secure choice for your first production workload. When your application requires High Availability, dedicated support, or advanced enterprise features like VPC networking, you can easily upgrade to a Pro or Enterprise plan. + +## FalkorDB Pricing Plans Comparison + +| Feature | FREE | STARTUP | PRO | ENTERPRISE | +| :--- | :---: | :---: | :---: | :---: | +| **Monthly Cost (from)** | **Free** | **$73** | **$350** | **Custom** | +| Multi-Graph / Multi-Tenancy | ✓ | **đŸŸĸ** | ✓ | ✓ | +| Graph Access Control | ✓ | **đŸŸĸ** | ✓ | ✓ | +| **TLS** | ✗ | **đŸŸĸ** | ✓ | ✓ | +| VPC | ✗ | **🔴** | ✗ | ✓ | +| Cluster Deployment | ✗ | **🔴** | ✓ | ✓ | +| High Availability | ✗ | **🔴** | ✓ | ✓ | +| Multi-zone Deployment | ✗ | **🔴** | ✓ | ✓ | +| Scalability | ✗ | **🔴** | ✓ | ✓ | +| Continuous Persistence | ✗ | **🔴** | ✓ | ✓ | +| **Automated Backups** | ✗ | **Every 12 Hours** | Every 12 Hours | Every Hour | +| Advanced Monitoring | ✗ | **🔴** | ✗ | ✓ | +| **Support** | Community | **Community** | 24/7 | Dedicated | +| Dedicated Account Manager | ✗ | **🔴** | ✗ | ✓ | +| **Cloud Providers** | AWS, GCP | **AWS, GCP** | AWS, GCP | AWS, GCP, Azure (BYOC) | +| **Call-to-Action** | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Contact Us](mailto:info@falkordb.com) | + +## Terms +### Pricing Calculation +> We calculate deployment costs based on **Memory GB/Hour** usage. Each Memory GB/Hour costs **$0.100**. +> +> The list below shows approximate monthly costs for different instance sizes (based on 730 hours/month): +> +> * **1 Gigabyte memory instance:** $0.100 × 1 (Memory GB) × 730 hours = **$73/month*** +> * **2 Gigabyte memory instance:** $0.100 × 2 (Memory GB) × 730 hours = **$146/month*** +> +> You can estimate your monthly costs by multiplying your instance's memory allocation (in GB) by **$73**. +> +> Use our **[graph size calculator](https://www.falkordb.com/graph-database-graph-size-calculator/)** to further estimate your cost. +> +> âš ī¸ Prices are subject to change + +## Getting Started + + + FalkorDB Graph DBaaS Startup Tier Tutorial Video + + +âš™ī¸ Spin up your first FalkorDB Cloud instance: +[![Sign Up](https://img.shields.io/badge/Sign%20Up-8A2BE2?style=for-the-badge)](https://app.falkordb.cloud/signup)