Skip to content

Instantly share code, notes, and snippets.

View Punksolid's full-sized avatar
🏠
Working from jail

Jose Palazuelos Punksolid

🏠
Working from jail
View GitHub Profile
@Punksolid
Punksolid / free-database-hosting.md
Last active June 25, 2024 22:33 — forked from bmaupin/free-database-hosting.md
Free database hosting
Service Type Storage Limitations
Neon Tech Posgres 0.5 GB No Payment method required, fixed capacity 0.25vCPU
Upstash Redis, Kafka Max Commands Per Second and Daily
Amazon DynamoDB ⚠️ Proprietary NoSQL 25 GB ⚠️ Payment method required
Amazon RDS ⚠️ Proprietary RDBMS ⚠️ Only free for 1 year
Azure SQL Database MS SQL Server ⚠️ Only free for 1 year
Clever Cloud PostgreSQL, MySQL, MongoDB, Redis 256 MB (PostgreSQL) Max 5 connections (PostgreSQL)
@Punksolid
Punksolid / 02deploy.config
Created July 28, 2018 00:02
Laravel App Deploy Basic Permission Configuration For Storage
container_commands:
01-migrations:
command: "php artisan migrate --force"
files:
"/opt/elasticbeanstalk/hooks/appdeploy/post/99_make_storage_writable.sh":
mode: "000755"
owner: root
group: root
content: |