An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Scribe was a server for aggregating log data streamed in real-time from many servers. It was designed to be scalable, extensible without client-side modification, and robust to failure of the network or any specific machine. Scribe was developed at Facebook and released in 2008 as open source.

Property Value
dbo:abstract
  • Scribe adalah sebuah server yang bertujuan untuk menjumlahkan yang dialirkan secara langsung dari sejumlah besar server. Scribe dirancang agar dapat disesuaikan ukurannya, diperluas tanpa modifikasi klien, dan tahan terhadap kegagalan jaringan atau mesin-mesin tertentu. Scribe dikembangkan di Facebook dan dirilis sebagai perangkat lunak sumber terbuka. (in)
  • Scribe was a server for aggregating log data streamed in real-time from many servers. It was designed to be scalable, extensible without client-side modification, and robust to failure of the network or any specific machine. Scribe was developed at Facebook and released in 2008 as open source. Scribe servers are arranged in a directed graph, with each server knowing only about the next server in the graph. This network topology allows for adding extra layers of fan-in as a system grows, and batching messages before sending them between datacenters, without having any code that explicitly needs to understand datacenter topology, only a simple configuration. Scribe was designed to consider reliability but to not require heavyweight protocols and expansive disk usage. Scribe spools data to disk on any node to handle intermittent connectivity node failure, but doesn't sync a log file for every message. This creates a possibility of a small amount of data loss in the event of a crash or catastrophic hardware failure. However, this degree of reliability is often suitable for most Facebook use cases. (en)
  • 스크라이브(Scribe)는 수많은 서버로부터 실시간으로 스트리밍되는 를 집약시키기 위한 서버이다. 클라이언트 사이드의 수정 없이 스케일링 가능하고 확장 가능하도록, 또 임의의 머신이나 네트워크의 실패에 대해 안전하도록 설계되었다. 스크라이브는 페이스북에서 개발되어 2008년 오픈 소스로 출시되었다. 스크라이브 서버들은 방향 그래프로 정렬되며 각 서버는 그래프의 다음 서버에 관해서만 인지하고 있다. 이 네트워크 토폴로지는 서버가 커짐에 따라 (fat-in) 추가 계층을 추가하는 것, 그리고 데이터센터 간에 메시지를 보내기 전에 메시지를 일괄 처리하는 것을 허용하며 이를 위해 데이터센터 토폴로지의 명시적인 이해가 필요한 코드 없이 단순한 구성만 수반된다. 스크라이브는 신뢰성을 염두에 두면서도 무거운 프로토콜과 막대한 디스크 용량을 요구하지 않도록 설계되었다. 스크라이프는 간헐적인 연결 노드 실패를 관리하기 위해 모든 노드의 디스크에 데이터를 스풀링하지만 모든 메시지에 대해 로그 파일을 동기화하지는 않는다. 이로 인해 재난적인 하드웨어 실패나 충돌 시에 약간의 데이터 손실이 발생할 가능성이 있다. 그러나 이 정도의 신뢰성은 대부분의 페이스북 용례에 적합한 편이다. (ko)
dbo:developer
dbo:license
dbo:programmingLanguage
dbo:releaseDate
  • 2008-10-24 (xsd:date)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 21280803 (xsd:integer)
dbo:wikiPageLength
  • 3566 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1079031901 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
dbp:discontinued
  • 2014-05-28 (xsd:date)
dbp:license
  • Apache License 2.0 (en)
dbp:name
  • Scribe (en)
dbp:programmingLanguage
dbp:released
  • 2008-10-24 (xsd:date)
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Scribe adalah sebuah server yang bertujuan untuk menjumlahkan yang dialirkan secara langsung dari sejumlah besar server. Scribe dirancang agar dapat disesuaikan ukurannya, diperluas tanpa modifikasi klien, dan tahan terhadap kegagalan jaringan atau mesin-mesin tertentu. Scribe dikembangkan di Facebook dan dirilis sebagai perangkat lunak sumber terbuka. (in)
  • 스크라이브(Scribe)는 수많은 서버로부터 실시간으로 스트리밍되는 를 집약시키기 위한 서버이다. 클라이언트 사이드의 수정 없이 스케일링 가능하고 확장 가능하도록, 또 임의의 머신이나 네트워크의 실패에 대해 안전하도록 설계되었다. 스크라이브는 페이스북에서 개발되어 2008년 오픈 소스로 출시되었다. 스크라이브 서버들은 방향 그래프로 정렬되며 각 서버는 그래프의 다음 서버에 관해서만 인지하고 있다. 이 네트워크 토폴로지는 서버가 커짐에 따라 (fat-in) 추가 계층을 추가하는 것, 그리고 데이터센터 간에 메시지를 보내기 전에 메시지를 일괄 처리하는 것을 허용하며 이를 위해 데이터센터 토폴로지의 명시적인 이해가 필요한 코드 없이 단순한 구성만 수반된다. 스크라이브는 신뢰성을 염두에 두면서도 무거운 프로토콜과 막대한 디스크 용량을 요구하지 않도록 설계되었다. 스크라이프는 간헐적인 연결 노드 실패를 관리하기 위해 모든 노드의 디스크에 데이터를 스풀링하지만 모든 메시지에 대해 로그 파일을 동기화하지는 않는다. 이로 인해 재난적인 하드웨어 실패나 충돌 시에 약간의 데이터 손실이 발생할 가능성이 있다. 그러나 이 정도의 신뢰성은 대부분의 페이스북 용례에 적합한 편이다. (ko)
  • Scribe was a server for aggregating log data streamed in real-time from many servers. It was designed to be scalable, extensible without client-side modification, and robust to failure of the network or any specific machine. Scribe was developed at Facebook and released in 2008 as open source. (en)
rdfs:label
  • Scribe (server log) (in)
  • 스크라이브 (로그 서버) (ko)
  • Scribe (log server) (en)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Scribe (en)
is dbo:wikiPageDisambiguates of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License