nfcompose icon indicating copy to clipboard operation
nfcompose copied to clipboard

Build REST APIs/Integrations in minutes instead of hours - NF Compose is a (data) integration platform that allows developers to define REST APIs in seconds instead of hours. Generated REST APIs are b...

Results 19 nfcompose issues
Sort by recently updated
recently updated
newest added

currently if a group does not exist, we run into a KeyError. We should ignore this or at least make this configurable

bug

https://github.com/jazzband/django-dbbackup

https://www.postgresql.org/docs/9.6/runtime-config-client.html If we set this for read only queries, this could help stability if for whatever reason a custom filter via the new filter support in 2.1.0 causes performance degradation.

enhancement

https://docs.gunicorn.org/en/stable/settings.html#max-requests Reason: Memory usage is growing after a while for some customers. No memoryleak is known, this should be fixable via worker recycling though.

We need a way to do version negotiation between a) the server and the client and b) the dumped files and the client. Otherwise, the client and the server need...

The current cli library structure is a bit unweildy as we need to import from all kinds of different packages all the time. Instead we should come up with a...

see comment here https://github.com/neuroforgede/nfcompose/blob/8ecd994ae3e5ae5f149cd8a4ef1a4219483d7125/skipper/skipper/dataseries/storage/dynamic_sql/queries/modification_materialized/insert.py#L313C10-L313C10

Currently, the last POST silently wins when two start at a time where no entry exists because we are simply using the standard upsert logic. While this is good for...

see https://github.com/neuroforgede/nfcompose/blob/main/skipper/skipper/celery.py Some of these might take a while and we dont want them to pile up.

this is an edge case that only happens if you are in the same network as the gunicorn container and directly use the gunicorn container as the target of your...