So, I’m a PHP dev by day, so yea I know off the bat how to handle these yaml files in PHP… problem is, I want to try something new and was wondering if someone can point me in a direction.
In the Eve SDE – I really want a way to read and search the YAML files, without having to use a database, so hopefully someone has done this before?
Seems to get close to what I’m looking for. Overall I’m REALLY trying to shy away from SQL and install everything via Node if possible. Will save my lazy butt from having to maintain a docker/PHP install etc…
Yea so I’ve figured, spent the past couple hours looking for a quick way to scan nested yml data… no dice. Think i’m going to build a custom json file for my needs.