Skip to content

Commit 8fe5c1d

Browse files
committed
chore: remover Cinder references
1 parent a883d29 commit 8fe5c1d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

doc/distribution.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,11 @@ There are many reasons [why](https://medium.com/@cramforce/why-amp-is-fast-7d2ff
5555

5656
We use sitemaps to manage distribution of Artsy's editorial content to Google Search.
5757

58-
The [articles sitemap](https://www.artsy.net/sitemap-articles-2018.xml) is generated daily. It is housed by S3, served by Force, and configured via Cinder and Fulcrum, with the help of a few external services.
58+
The [articles sitemap](https://www.artsy.net/sitemap-articles-2018.xml) is generated daily. It is housed by S3, served by Force, and configured via Ember, with the help of a few external services.
5959

60-
Changes to the sitemap itself are made in Cinder via the [ArticleSitemapJob](https://github.com/artsy/cinder/blob/main/src/main/scala/net/artsy/jobs/sitemaps/ArticleSitemapJob.scala). A more detailed description of the Artsy's sitemap processes can be found in the [Cinder docs](https://github.com/artsy/cinder/blob/main/doc/sitemaps.md).
60+
Changes to the sitemap itself are made in Ember via the [ArticleSitemapJob](https://github.com/artsy/ember/blob/main/src/ember/jobs/sitemaps/article_sitemap_job.py).
6161

62-
If additional fields are added to the article sitemap, we must also fetch the new field from Positron via [Fulcrum's positron-tables.yml](https://github.com/artsy/fulcrum/blob/master/config/positron-tables.yml).
63-
64-
After the above changes, the following steps are required for production:
65-
66-
- Deploy cinder via Jenkins (this job also deploys Fulcrum automatically)
67-
- If the schema has changed, update it in Hive (can be done via CLI or [UI here](http://spark.artsy.net:8888/beeswax))
68-
- Run [Oozie import job](http://spark.artsy.net:8888/oozie/editor/workflow/edit/?workflow=31) to pull new data
62+
If additional fields are added to the article sitemap, we must also fetch the new field from Positron via [Fulcrum's PositronExtracts](https://github.com/artsy/fulcrum/blob/main/lib/fulcrum/extract/positron_extracts.rb).
6963

7064
### News sitemap
7165

0 commit comments

Comments
 (0)