|
|
|
|
|
by cube2222
1954 days ago
|
|
With OctoSQL[0], as I wanted to see how people are using it, I literally just set up an http endpoint which received a JSON request on each CLI invocation (you can see the data sent in the code, it's open source) and appended it to an on-disk JSON file. Then I used... OctoSQL to analyze it! Nit: The project may seem dead for a few months, but I'm just in midst of a rewrite (on a branch) which gets rid of wrong decisions and makes it easier to embed in existing applications. [0]:https://github.com/cube2222/octosql |
|