RohithR24 / NSS_GITAM_HYD

0 stars 0 forks source link

Findouts for free RDBMS #9

Open RohithR24 opened 1 day ago

RohithR24 commented 1 day ago
  1. Heroku Postgres Type: PostgreSQL Free Tier: 1,000 rows 20 connections 7,000 inserts, updates, or deletions per day Regular backups Good for: Small projects that need a fully managed PostgreSQL instance. Heroku Postgres Free Tier 2. ElephantSQL Type: PostgreSQL Free Tier: 20 MB storage 5 concurrent connections Good for: Small-scale PostgreSQL projects with basic needs. ElephantSQL Free Tier 3. Amazon RDS (Free Tier) Type: MySQL, PostgreSQL, MariaDB Free Tier: 750 hours per month (enough for a small, always-on instance) 20 GB of database storage 20 GB for automated backups Good for: Small projects needing reliable RDBMS solutions with access to AWS infrastructure. Amazon RDS Free Tier 4. Google Cloud SQL (Free Tier) Type: MySQL, PostgreSQL, SQL Server Free Tier: Limited free usage with $300 free credit for 90 days Good for: Small projects wanting to leverage Google Cloud's managed RDBMS with initial free credit. Google Cloud SQL Free Tier 5. Free Tier on Azure SQL Database Type: Microsoft SQL Server Free Tier: Free for 12 months, then pay-as-you-go Up to 250 GB storage Good for: Small projects or experiments on Microsoft's SQL Server in the Azure ecosystem. Azure SQL Database Free Tier 6. Planetscale (Free) Type: MySQL-compatible (built on Vitess) Free Tier: 5 GB storage 1 billion rows Unlimited connections Daily backups Good for: Small projects that require a scalable MySQL-compatible database with a more modern, distributed infrastructure. Planetscale Free Tier 7. Railway Type: PostgreSQL, MySQL Free Tier: 500 hours per month of usage 1 GB of storage Good for: Small projects that need easy deployments for databases and applications together. Railway Free Tier 8. ClearDB Type: MySQL Free Tier: 5 MB storage Limited connections Good for: Small MySQL-based projects, but storage limitations are tight. ClearDB Free Tier 9. Xata Type: PostgreSQL (with NoSQL-like features) Free Tier: 750k records 15GB storage Good for: Projects that need PostgreSQL but also NoSQL features with flexible schema changes. Xata Free Tier 10. Supabase Type: PostgreSQL (similar to Firebase) Free Tier: 500 MB storage 500 MB file storage 2,000 requests per day Good for: Small projects looking for a Firebase-like experience with SQL and real-time capabilities. Supabase Free Tier Summary: For small projects: PostgreSQL: Consider Heroku Postgres, ElephantSQL, or Supabase. MySQL: Try Planetscale, Railway, or ClearDB. Cloud-based: Explore Google Cloud SQL, Amazon RDS, or Azure SQL.
RohithR24 commented 1 day ago

1 Heroku Postgres Type: PostgreSQL Free Tier: 1,000 rows 20 connections 7,000 inserts, updates, or deletions per day Regular backups Good for: Small projects that need a fully managed PostgreSQL instance. Heroku Postgres Free Tier

  1. ElephantSQL Type: PostgreSQL Free Tier: 20 MB storage 5 concurrent connections Good for: Small-scale PostgreSQL projects with basic needs. ElephantSQL Free Tier

  2. Amazon RDS (Free Tier) Type: MySQL, PostgreSQL, MariaDB Free Tier: 750 hours per month (enough for a small, always-on instance) 20 GB of database storage 20 GB for automated backups Good for: Small projects needing reliable RDBMS solutions with access to AWS infrastructure. Amazon RDS Free Tier

    1. Google Cloud SQL (Free Tier) Type: MySQL, PostgreSQL, SQL Server Free Tier: Limited free usage with $300 free credit for 90 days Good for: Small projects wanting to leverage Google Cloud's managed RDBMS with initial free credit. Google Cloud SQL Free Tier

    2. Free Tier on Azure SQL Database Type: Microsoft SQL Server Free Tier: Free for 12 months, then pay-as-you-go Up to 250 GB storage Good for: Small projects or experiments on Microsoft's SQL Server in the Azure ecosystem. Azure SQL Database Free Tier

    3. Planetscale (Free) Type: MySQL-compatible (built on Vitess) Free Tier: 5 GB storage 1 billion rows Unlimited connections Daily backups Good for: Small projects that require a scalable MySQL-compatible database with a more modern, distributed infrastructure. Planetscale Free Tier

    4. Railway Type: PostgreSQL, MySQL Free Tier: 500 hours per month of usage 1 GB of storage Good for: Small projects that need easy deployments for databases and applications together. Railway Free Tier 8. ClearDB Type: MySQL Free Tier: 5 MB storage Limited connections Good for: Small MySQL-based projects, but storage limitations are tight. ClearDB Free Tier

    5. Xata Type: PostgreSQL (with NoSQL-like features) Free Tier: 750k records 15GB storage Good for: Projects that need PostgreSQL but also NoSQL features with flexible schema changes. Xata Free Tier

    6. Supabase Type: PostgreSQL (similar to Firebase) Free Tier: 500 MB storage 500 MB file storage 2,000 requests per day Good for: Small projects looking for a Firebase-like experience with SQL and real-time capabilities. Supabase Free Tier Summary: For small projects: PostgreSQL: Consider Heroku Postgres, ElephantSQL, or Supabase. MySQL: Try Planetscale, Railway, or ClearDB. Cloud-based: Explore Google Cloud SQL, Amazon RDS, or Azure SQL.