Hoang-Vu Le
a9ece422a6
fix(docs): update gms link ( #3927 )
2022-01-30 23:29:09 -08:00
John Joyce
271784c9c1
feat(ui): UI-based ingestion (as featured in Dec Townhall) ( #3975 )
2022-01-27 10:33:12 -08:00
Swaroop Jagadish
4b7f2b7d1a
fix(docker): datahub-gms - build in native, copy to target ( #3992 )
2022-01-27 09:22:41 -08:00
RyanHolstien
288445e7b8
Bugfix/increase socket timeout ( #3982 )
2022-01-26 10:25:20 -08:00
Dexter Lee
f047036bbb
fix(docker): datahub-gms - upgrade base image to fix vulnerabilities ( #3962 )
2022-01-25 14:46:15 -08:00
Arun Vasudevan
6990cc5af6
feat(docker): add Snappy Lib and JKS File to mae, gms, mce images ( #3898 )
2022-01-21 07:57:54 -08:00
Gabe Lyons
3fd3313544
Revert "feat(graph): Make Dgraph a proper Neo4j alternative ( #3578 )" ( #3740 )
2021-12-14 10:49:03 -08:00
Enrico Minack
a6deaabfcf
feat(graph): Make Dgraph a proper Neo4j alternative ( #3578 )
2021-12-13 12:37:59 -08:00
Dexter Lee
d4d621800b
fix(docker): fix issues with base64 not working on some platforms ( #3723 )
2021-12-13 09:39:48 -08:00
Dexter Lee
0576b76eb3
fix(elasticsearch): Use auth tokens to authorize curl requests in dockerize ( #3596 )
2021-12-07 17:50:08 -08:00
John Joyce
f49666a230
feat(auth): Metadata Service Authentication! ( #3598 )
2021-11-22 16:33:14 -08:00
Tamas Nemeth
306ff24e27
fix(docker): removing --platform=$BUILDPLATFORM from the FROM tags ( #3543 )
2021-11-09 14:09:51 -08:00
Tamas Nemeth
d41c5eba35
feat(docker): add multiplatform docker support for arm64 (m1) ( #3537 )
2021-11-09 11:50:06 -08:00
Dexter Lee
8747fbe43c
feat(perf): Add perf testing and monitoring framework ( #3195 )
2021-09-07 23:06:15 -07:00
John Joyce
ccb09a6966
feat(access control): Fine-Grained Access Control M1 ( #3182 )
2021-09-02 19:05:13 -07:00
John Joyce
2c5edd88ab
feat(graphql): migrating GraphQL API to metadata-service (nee GMS) ( #3131 )
2021-08-20 10:58:07 -07:00
John Joyce
7074d9c627
fix(quickstart): Bumping Default Memory for GMS and Frontend ( #3009 )
2021-08-02 23:58:33 -07:00
John Joyce
352a0abf8d
Introducing TimeSeries Aspects + Dataset Profile (Stats) Aspect ( #2983 )
...
Co-authored-by: Dexter Lee <dexter@acryl.io>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: Ravindra Lanka <rlanka@acryl.io>
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2021-07-30 17:41:03 -07:00
Gabe Lyons
850c2f205b
fix(mae-consumer): support standalone mae consumer without neo4j ( #2824 )
2021-07-02 20:45:42 -07:00
Dexter Lee
e640f5ed03
fix(docker): modernize docker images and fix vulnerabilities ( #2746 )
2021-06-23 13:55:14 -07:00
John Joyce
5a4d194bad
feat(docker): reduce quickstart footprint ( #2744 )
2021-06-23 12:59:49 -07:00
Gabe Lyons
3f5e371851
feat(graph): support using elasticsearch as graph backend. ( #2726 )
2021-06-22 16:08:54 -07:00
JeffSkinner
5b595b4c9e
feat(gms): support basic auth header when connecting to elasticSearch ( #2701 )
2021-06-16 09:11:02 -07:00
John Joyce
cc95916201
feat(gms): Merge MAE, MCE consumers into GMS ( #2690 )
2021-06-15 08:44:15 -07:00
G-nther
634dde5cfb
fix(analytics): use seperate env variable for tracking topic in MAE-Consumer ( #2545 )
2021-05-12 17:53:40 -07:00
Dexter Lee
9d1e24fd0b
fix(docker): Fix issue in gms start.sh ( #2318 )
...
Co-authored-by: bernardino <ricardo.bernardino@gmail.com>
2021-03-31 09:25:30 -07:00
bernardino
9a947948f0
feat(Kubernetes): Add JMX exporter containers to all DataHub components ( #2251 )
...
Co-authored-by: Ricardo Bernardino <ricardo.bernardino@definedcrowd.com>
2021-03-30 22:03:27 -07:00
Fredrik Sannholm
4591667e05
feat(elasticsearch): Elasticsearch simple auth over https support ( #2303 )
2021-03-27 20:21:10 -07:00
Dexter Lee
0f035782fd
feat(docker): Add healthchecks to datahub docker images ( #2288 )
2021-03-23 15:15:16 -07:00
Dexter Lee
8d731b577e
fix(docker): start issue when there are multiple kafka brokers in bootstrap config ( #2231 )
2021-03-12 11:26:49 -08:00
Thomas Larsson
7043138797
feat(gms): add elasticsearch SSL support ( #2189 )
...
Co-authored-by: thomas.larsson <thomas.larsson@klarna.com>
2021-03-08 10:38:04 -08:00
Rickard Cardell
4db9914432
feat: neo4j https support ( #2101 ) ( #2144 )
...
* feat: neo4j https support (#2101 )
Ability to specify http as well as https URI schemes in the 'NEO4J_HOST' variable.
2021-02-26 21:28:22 -08:00
Jyoti Wadhwani
70ddb09d29
feat: enable SCSI for datasets ( #1986 )
...
* enable SCSI for datasets
* Update scsi-onboarding-guide.md
2020-11-11 13:04:20 -08:00
Fredrik Sannholm
125ae288f1
docker: Run as non-root user in docker ( #1914 )
2020-10-06 04:35:38 -07:00
John Plaisted
b8e18b0b5d
refactor(docker): make docker files easier to use during development. ( #1777 )
...
* Make docker files easier to use during development.
During development it quite nice to have docker work with locally built code. This allows you to launch all services very quickly, with your changes, and optionally with debugging support.
Changes made to docker files:
- Removed all redundant docker-compose files. We now have 1 giant file, and smaller files to use as overrides.
- Remove redundant README files that provided little information.
- Rename docker/<dir> to match the service name in the docker-compose file for clarity.
- Move environment variables to .env files. We only provide dev / the default environment for quickstart.
- Add debug options to docker files using multistage build to build minimal images with the idea that built files will be mounted instead.
- Add a docker/dev.sh script + compose file to easily use the dev override images (separate tag; images never published; uses debug docker files; mounts binaries to image).
- Added docs/docker documentation for this.
2020-08-06 16:38:53 -07:00