home.social

#middlewareforyourmind — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #middlewareforyourmind, aggregated by home.social.

  1. 🍄📊 Wanderland BI Demo 📈🐰

    That source data is just a YAML file with some headers and some ```yaml fences in it

    From that we get:

    1. CLI access through oculus peek - return YAML, JSON whatever you need
    2. API access through /api/oculus/peek - remote access over HTTP(S) to that little bit of YAML you stored in a markdown file once
    3. CLI access through oculus exec - when you execute code you get data, when you execute data you get... data (why wouldn't you?)
    4. API access through /api/oculus/fence/execute - because things don't stop being isomorphic just because you can't think of a good reason for them to be at the moment ;)

    That's how we mock test data
    That's how a small busness tracks its inventory
    That's how an application team manages feature falgs

    That's how middleware for your mind allows you to express yourself... anyway you can think of (and probably lots that you haven't)

    #engineering #programming #wanderland #middlewareforyourmind #bidemo