John A. De Goes

Results 148 issues of John A. De Goes

@adamw I wonder if you'd be interested in an idiomatic ZIO solution, which merely implements the web crawler, respecting constraints on business requirements. It would not use messages and possibly...

Right now only a few operations (such as ``) are pushed through the trampoline, the remainder are executed on the stack which will mean the cofree data structures must be...

status: needs more info

ZEnvironment is implemented atop existing data structures, which are not optimized for environment usage patterns. A custom ZEnvironment can achieve significantly better performance by taking advantage of the following facts:...

💎 Bounty

Precog currently uses MongoDB to persist metadata, such as account information, security information, and so forth. MongoDB is a database in its own right, which has to be installed and...

The auth and accounts services need to be merged (they are heavily dependent on each other), and their interfaces simplified. Below is a brief account of the intended Precog security...

Cached queries are implemented in Precog master, but may have bugs, have not been tested extensively, and their APIs likely differ from the required format. The following document contains the...

To make it as simple as possible to run Precog, we need to bundle Precog and Labcoat and all required dependencies into a fully self-contained package suitable for distribution, run...

Once the analytics engine can query across raw files (e.g. JSON), as well as NihDB files, we need the ability to convert from raw formats to NihDB, to improve performance....

To make Precog much more accessible and user-friendly to local installs, as well as prepare for work on a distributed version of Precog, we should allow querying directly on files...