61 Commits

Author SHA1 Message Date
John Joyce
97e9660037
feat: No Code Metadata Modeling (#2629)
Co-authored-by: Dexter Lee <dexter@acryl.io>
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2021-06-03 13:24:33 -07:00
Harshal Sheth
deca4a5073
docs(ingest): add a guide for writing sources (#2575) 2021-05-24 12:23:03 -07:00
Harshal Sheth
36922c1746
docs: enable better syntax highlighting (#2529) 2021-05-11 15:16:12 -07:00
Harshal Sheth
011ab9a09a
docs(ingestion): remove outdated data-source-onboarding.md docs (#2360) 2021-04-09 17:33:09 -07:00
shakti-garg
15ed5bb067
feat(kafka-config): add variable KAFKA_CONSUMER_GROUP_ID to override group id value for kafka consumer (#2297) 2021-03-27 20:24:36 -07:00
Gabe Lyons
1de47d6a6a
fix(docs): fix index builder link (#2296) 2021-03-24 11:18:29 -07:00
Shirshanka Das
f8b88c5a3c
docs: Improving architecture docs (#2241) 2021-03-15 22:29:11 -07:00
John Joyce
f8a7f1ef96
docs(react): Oidc React Doc Updates (#2234)
Co-authored-by: John Joyce <john@acryl.io>
2021-03-12 17:16:08 -08:00
John Joyce
08616cc610
feat(react): SSO support simple OIDC authentication (#2190)
Co-authored-by: John Joyce <john@acryl.io>
2021-03-11 13:38:35 -08:00
Harshal Sheth
6378347f81
feat(ingest): standalone metadata emitters (#2207) 2021-03-10 14:32:12 -08:00
Harshal Sheth
c7771a3d71
feat(docs): automatically populate sidebar with RFCs (#2191) 2021-03-08 15:39:49 -08:00
Harshal Sheth
20bf794ec4
docs: hosted documentation website (#2174) 2021-03-05 00:12:12 -08:00
John Plaisted
b9e9a08f3b
Fix link to ES mappings file 2021-02-19 19:29:37 -08:00
Harshal Sheth
fd4878a89d
docs(ingest): clarify docs for new ingestion framework (#2108) 2021-02-16 15:31:13 -08:00
shakti-garg-saxo
7ed6eb8845
Update doc for configuring topic names (#1999)
1. Add topic-name configuration for each component
2. How to configure them in the deployable
2020-11-13 21:08:48 -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
Shubham Gupta
9b63d50582
docs: correct search over new field docs (#1934) 2020-10-10 05:26:25 -07:00
Mars Lan
0f68f86114
refactor(gms): reorganize GMS factory namespace (#1916)
Fixes https://github.com/linkedin/datahub/issues/1658
2020-10-06 15:21:34 -07:00
Ignacio Bona Piedrabuena
c067c0f03b
doc: update search-over-new-field.md (#1912)
* doc: update search-over-new-field.md

* doc: update search-over-new-field.md

Co-authored-by: Ignacio Bona <ibonapiedrabuena@linkedin.com>
2020-10-05 14:00:56 -07:00
John Plaisted
6a067fc25c
docs: Update for topic name configuration (#1909)
* docs: Update for topic name configuration

* Move kafka ssl documentation from faq to kafka config page.
2020-10-02 09:15:07 -07:00
Kerem Sahin
e042289b81
Update graph-onboarding.md 2020-09-23 14:58:35 -07:00
Jyoti Wadhwani
4f809fb11b
more changes on faceted search 2020-09-17 16:51:17 -07:00
Jyoti Wadhwani
c9deda8075
update the doc for facet field 2020-09-17 16:22:38 -07:00
Mars Lan
c4c6f2aaec
Update search-over-new-field.md 2020-08-27 03:16:42 -07:00
na zhang
a13c1e10e6
docs: how to customize the search experience (#1795)
* add description field for dataset index mapping

* documentation on how to customize the search experience
2020-08-10 19:22:08 -07:00
Mars Lan
b8f1be31bd
Update search-onboarding.md 2020-08-09 13:17:52 -07:00
Jyoti Wadhwani
58d1d7b415
docs: create search-over-new-field.md (#1790)
Add a doc on searching over a new field
2020-08-09 12:06:24 -07:00
shakti-garg-saxo
b80c14d543
Update kafka-config.md (#1763)
Fix name of spring-kafka property to pass SASL_JAAS config
2020-07-31 04:10:21 -07:00
Javier Sotelo
ad4c80a753
feat(kafka-config): Add ability to configure other Kafka props (#1745)
* Integarte spring-kafka & spring-boot for security props

- Upgrade spring-kafka to 2.1.14
- Use KafkaListener and KafkaTemplates to enable KafkaAutoConfiguration
- Integrates spring-boot's KafkaProperties into spring-kafka's config

* Cleanup imports

* Add DataHub kafka env vars

* Remove kafka-streams dependency

* Add KafkaProperties to gms; Add docs

* Add to Adoption

* Remove KAFKA_BOOTSTRAP_SERVER default

Co-authored-by: jsotelo <javier.sotelo@viasat.com>
Co-authored-by: Kerem Sahin <ksahin@linkedin.com>
2020-07-27 05:22:51 -07:00
Mars Lan
adf975ee18
build: build GitHub Pages from /docs directory (#1752)
- Move non-README top-level MD files to /docs
- Update all absolute links to files in /docs to relative links
- Add a placeholder front page for GitHub Pages
2020-07-26 10:41:32 -07:00
Mars Lan
3e4c110723
Revert "build: build GitHub Page from /docs directory (#1750)" (#1751)
This reverts commit b0f56de7a81b8bf921ff37cb81024692d1b9a8ce.
2020-07-26 10:24:41 -07:00
Mars Lan
b0f56de7a8
build: build GitHub Page from /docs directory (#1750)
- Move top-level MD files to /docs and symlink them back
- Update all absolute links to files in /docs to relative links
2020-07-26 10:22:35 -07:00
geosmart
3e0d658e62
fix-DatasetSearchConfig class ref (#1704) 2020-06-19 08:14:08 -07:00
Mars Lan
1283dd3ff4
refactor(pdl): convert all pdsc to pdl (#1678)
Use the automated tool in https://linkedin.github.io/rest.li/pdl_migration
Also update all relevant docs
2020-05-21 10:49:23 -07:00
Liangjun Jiang
b5127a631b
Update New Entity Onboarding Doc (#1668)
* add diagram to visually understand the process to onboard a new entity

* update the diagram

Co-authored-by: Liangjun <liajiang@expediagroup.com>
2020-05-08 14:37:36 -07:00
Arun Vasudevan
29964b9658
Update metadata-modelling.md (#1660) 2020-05-06 14:28:45 -07:00
Mars Lan
95f0a503e1
docs: add DI configuration for new entities
Fix https://github.com/linkedin/datahub/issues/1656
2020-05-05 07:25:34 -07:00
Mars Lan
95cf7ed553
docs: add example factory classes
Fix https://github.com/linkedin/datahub/issues/1656
2020-05-04 16:19:00 -07:00
geosmart
b0081de621
docs: update metadata-modelling.md (#1638)
* Update metadata-modelling.md

Pegasus schema blog url is not working ,so use rest.li wiki instead
2020-04-18 11:19:19 -07:00
Jyoti Wadhwani
7de7bf89b0
Update search-onboarding.md
Replace with the new path for CorpUsers resource
2020-04-03 08:26:30 -07:00
Jyoti Wadhwani
db8a939910
Update graph-onboarding.md
Replace with the new path for DownstreamLineageResource subresource
2020-04-03 08:24:57 -07:00
Mars Lan
bd00b2b120
Update add-new-aspect.md 2020-04-02 19:09:24 -07:00
Jyoti Wadhwani
6a309332f3
refactor(gms): move gms restli resources (#1619)
Move dataset and identity resources and subresources to gms/impl/src/main/java/com/linkedin/metadata/resources
Update docs to reflect the change
2020-04-01 16:30:59 -07:00
Mars Lan
7dba331f36
doc: update new entity onboarding instructions 2020-04-01 11:25:03 -07:00
Kerem Sahin
0ff6e14ff3
Update add-new-aspect.md 2020-04-01 08:42:27 -07:00
Mars Lan
0253f1f684
doc: add rest.li endpoint example 2020-04-01 07:16:20 -07:00
Mars Lan
a76a8f834c
Update add-new-aspect.md 2020-04-01 07:00:44 -07:00
Mars Lan
e69b83442d
doc: additional instruction on gms endpoitns 2020-04-01 07:00:05 -07:00
Mars Lan
72ef018070
doc: add how-to guide on adding a new aspect 2020-03-31 21:48:56 -07:00
Mars Lan
8e6dc764ff
Update search-onboarding.md 2020-03-11 16:40:09 -07:00