services-flake/nix/clickhouse
Sridhar Ratnakumar d6d9cf2de1
feat: Allow overriding namespace + make default namespace fully qualified (#258)
**PR description**

- The user can now set `namespace` for the processes under each service
- Default namespace is now `${service}.${name}` (previously, just
`${name}`)


**Tasks**

- [x] Do this for postgres, to begin with.
- [x] Rest of the services


![image](https://github.com/juspay/services-flake/assets/3998/9ffea918-6481-42ad-ac47-cb5c1c81bd92)

After the user overrides it:

<img width="460" alt="image"
src="https://github.com/juspay/services-flake/assets/3998/da6fb51e-e39f-4c33-bb47-e6b7cfd8c2b5">

After the user overrides the local processes as well:

<img width="460" alt="image"
src="https://github.com/juspay/services-flake/assets/3998/ae493309-4449-4cde-b239-c6e234b9f8af">
2024-07-05 22:49:51 +05:30
..
clickhouse_test.nix change clickhouse extraConfig type to yaml (#99) 2024-02-19 11:08:14 +05:30
default.nix feat: Allow overriding namespace + make default namespace fully qualified (#258) 2024-07-05 22:49:51 +05:30
test.sql clickhouse init script (#91) 2024-02-07 22:03:06 +05:30