| export const RECENT_BLOGS_POSTS = [ |
| { |
| label: `Apache Doris 2.1.7 just released`, |
| link: 'https://doris.apache.org/blog/release-note-2.1.7', |
| }, |
| { |
| label: 'Automatic and flexible data sharding: Auto Partition in Apache Doris', |
| link: 'https://doris.apache.org/blog/auto-partition-in-apache-doris', |
| }, |
| { |
| label: 'Migrate data lakehouse from BigQuery to Apache Doris, saving $4,500 per month', |
| link: 'https://doris.apache.org/blog/migrate-lakehouse-from-bigquery-to-doris', |
| }, |
| { |
| label: 'Why Apache Doris is the Best Open Source Alternative to Rockset', |
| link: 'https://doris.apache.org/blog/apache-doris-vs-rockset', |
| }, |
| |
| ]; |