-
When the query load against our system is very high (like with the new version of the explorer which seems to issue a whole lot more queries in parallel) it seems a lot of queries do not make it past …
-
We should build out a central abstraction for the different [API endpoints](https://attack.aircloak.com/docs/api.html) that are available to us. The endpoints are:
- GET /api/data_sources
- POST …
-
This is part of a larger project to make it easier to get a sense of what a data source contains without writing manual queries. See the [Explorer v0 project](https://github.com/Aircloak/aircloak/proj…
-
The exploration tool is going to rely quite heavily on the presence of the Aircloak APIs to extract data. This makes development and testing slow and complex. Particularly it makes it harder and slowe…
-
I would like to attack one or more dynamic differential privacy systems, which means a system that adds noise on a per-query basis (like Aircloak does). No system that I know of has a postgres API, so…
-
The query result contains the full cloak log when formatted for display: https://github.com/Aircloak/aircloak/blob/master/air/lib/air_web/query.ex#L24
This is potentially nice when sharing a query …
-
The explorer api should take a `DataSource` (or `DataSourceName` or `data_source`) since all queries to aircloak need to specify a data source.
-
In order to protect against the equation attack we need the support the notion of whether a column is isolating or not. This process is described in the following issue: https://github.com/Aircloak/ai…
-
When booting up an `air` container I built from the release branch, I get the following error:
```
air_1 | 2019-09-17 05:55:25.340 [info] LDAP not configured. Disabling LDAP users and removing…
-
The `system_test` fails 8 out of 10 times.
This is unsustainable/unbearable/frustrating.
Can we disable it for the time being, and then subsequently fix it?
Fixing it takes second place after get…