I stared into the abyss of microservices, and it stared back. I found something utterly terrifying about the chaos of connections.
"Screw this," I finally declared, "why have multiple services when the database can do everything just fine on its own?"
And so on that glorious day it came to be that everything ran in plpgsql.
http://t...
potent Quotables
Web (300 pts)
I set up a little quotes server so that we can all share our favorite quotes with each other. I wrote it in Flask, but I decided that since it's mostly static content anyway, I should probably put some kind of caching layer in front of it, so I wrote a caching reverse proxy. It all seems to be working well, th...
昨天凌晨想着装一个最新版本的kali linux ,装完之后想着还是先打开以下msf,结果metasploit就爆 WARNING: No database support: No database YAML file ,看这情况估计是数据库没连接。
但是postgresql已经安装了,而且启动了。怎么还会出这个问题。顺手 db_status 一下,结果就爆:postgresql selected, no connection 无奈。。。 确实没有连接,那么就先创建一下数据库...