I used it for 9 months, and had a number of issues with it.
- Requirements - This was PHP back in The Day. There was no easy way to do anything. There were plenty of libraries that needed to be configured Just So. Getting everything configured was tricky and somewhat buggy.
- Multiple database hits per page load
- Additional tables
- Temporal data added into tables at page load time
- PHP
- One Requirement, MySQLdb, a python-mysql connector
- One database hit per page load
- No additional tables
- No temporal data (I begrudgingly added name resolution in a future version)
- Python
- Fixed query engine results, there is no custom searches that can be performed
- No PostgreSQL support, which is a problem for some places (and another blog post later)
- Inefficiencies in programming and query generation has cropped up as features have been added over the years. Not to mention the improvements to Python in 10 years.
- No graphing, probably the single-most missed feature.
- No saving commonly used queries.
No comments:
Post a Comment