neosync
neosync copied to clipboard
Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments.
This isn't necessarily a "feature request" but it's not a bug either. Temporal has a long-standing issue in that it doesn't publish it's Helm charts anywhere. By long-standing, I mean...
Would be great to have the database password live in a separate secret that we can source via the kubernetes deployment. would need to add support for this in the...
From [SyncLinear.com](https://synclinear.com) | [NEOS-472](https://linear.app/nucleus-cloud/issue/NEOS-472/support-passing-in-seed-values-for-transformers-to-get-consistent)
This table is in a decent state, but needs some refactoring along with the components that use it to reduce the amount of times we iterate over the dataset. This...
today it runs `npm run dev` which just runs nextjs. we should update it to run the root dev script which runs `turbo`. That way it will automatically handle building...
Would be great to expose the platform information somewhere in the UI. Perhaps in the user settings page or something, which we havent built out yet. Or in the app...
This is variable based on network latency and other pressures. We should work towards exposing this for the select too, but starting with the output is a good first step....
If the access token file is missing, but the refresh token is present, it won't refresh the token. Steps to reproduce: ``` $ neosync login $ rm -f ~~/.neosync/access_token $...
that way we can get a better idea of how people are using the CLI. Along with this, we need to add a `NEOSYNC_ANALYTICS_ENABLED` flag to allow people to disable...