by o1lab on 10/29/17, 7:29 PM with 49 comments
by dewey on 10/29/17, 10:17 PM
by oneweekwonder on 10/29/17, 10:28 PM
by Karrot_Kream on 10/30/17, 12:19 AM
by setr on 10/30/17, 2:05 AM
I'm imagining auth and permissions and such will still primarily be handled by the db in either case
by samspenc on 10/29/17, 10:35 PM
My understanding of why Kibana could be built and become such a powerful visualization tool is because of the easy-to-use and powerful REST APIs that Elasticsearch shipped with out of the box.
Hopefully a REST API like this for MySQL will make it easy to build similar powerful tools around MySQL! It's definitely something that would have helped with the PHP / MySQL applications I built years ago.
by skhro87 on 10/30/17, 4:31 AM
by oneeyedpigeon on 10/30/17, 9:51 AM
/api/payments?_fields=customerNumber,checkNumber
why not:
/api/payments?fields[]=customerNumber&fields[]=checkNumber
Kudos for "sort=-{field}" though (I think); any commentary on that design choice? I've used e.g. "sortdir=desc" in the past; not sure which is superior.
by raja on 10/29/17, 10:15 PM
by o1lab on 10/31/17, 5:59 PM
xmysql now supports
+ group by
+ group by, order by
+ aggregate
+ single file upload, multiple file upload and download file
by tlack on 10/29/17, 10:05 PM
by onion-soup on 10/30/17, 11:03 AM
by stephenr on 10/30/17, 5:30 PM
by treve on 10/29/17, 10:19 PM
by softwarelimits on 10/30/17, 9:10 AM