简体   繁体   English

工作列表规范和/或查询标准?

[英]Job listing specification and/or query standards?

I find myself in the position where I need to find a way to get job listings from someone else's system into my own. 我发现自己处于这样的位置,我需要找到一种方法,将其他人的系统列入我自己的系统。 I don't control the other system, but I'll be collaborating with their developers to figure out how this will work. 我不控制其他系统,但我会与他们的开发人员合作,弄清楚这是如何工作的。 I've already done some theoretical work in this direction (no code yet), but before I get too deep, I want to make sure that I'm not reinventing too many wheels. 我已经在这方面完成了一些理论工作(还没有代码),但在我变得太深之前,我想确保我不会重新发明太多轮子。 To that end… 为此......

  • Is anyone aware of a standardized format in XML (or similar) for job listings? 是否有人知道XML(或类似)的工作列表标准化格式? Searching the internet for such a thing has not had any promising results so far. 到目前为止,在互联网上搜索这样的东西并没有任何有希望的结果。
  • Is anyone aware of a standard for doing RESTful queries (or similar) of job listings? 是否有人知道做RESTful查询(或类似)工作列表的标准? For my own needs, this can probably be pretty basic (maybe "return an updated listing for this UUID if its ETag is different than this" or "tell me all listings posted since this timestamp"), but if there were something more complex available, that'd be cool too. 为了我自己的需要,这可能是非常基本的(可能“如果它的ETag与此不同,则返回此UUID的更新列表”或“告诉我自此时间戳以来发布的所有列表”),但是如果有更复杂的可用内容那也很酷。
  • Failing the above two points, is there anyone or anywhere that would be interested in collaborating on working on such standards? 如果没有上述两点,是否有人或任何地方有兴趣合作制定此类标准?

I found this standards group called HR-XML that is at least trying to implement some sort of standards for various HR related activities. 我发现这个名为HR-XML的标准组至少试图为各种人力资源相关活动实施某种标准。

One of our integrations applies their CV/Resume standard which seems to be a bit more common. 我们的一个集成应用了他们的CV / Resume标准,这似乎更常见。

Based on this diagram on their site, it seems their Recruiting standards section also applies to job boards . 根据他们网站上的这个图表 ,他们的招聘标准部分似乎也适用于招聘委员会 The double arrow seems to indicate that they include standards for posting jobs as well as receiving CV/Resumes, but unfortunately it seems that you need to be a member of the standards group to be able to see it. 双箭头似乎表明它们包括发布工作以及接收简历/简历的标准,但不幸的是,您似乎需要成为标准组的成员才能看到它。 I'm not sure how that promotes their standards. 我不确定如何促进他们的标准。

The closest thing to a standardized format would be Atom. 与标准化格式最接近的是Atom。 They're time-sensitive enough that a feed model is probably the best way to go (and the most standardized, to boot). 它们对时间非常敏感,饲料模型可能是最好的方式(最标准化的,开机)。 I would certainly only be interested in consuming such a service that way (perhaps after one HTML form to set up the feed query). 我当然只对那种方式使用这样的服务感兴趣(可能在一个HTML表单之后设置了feed查询)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM