diff --git a/README.md b/README.md index defef6c..51e419e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # The Golang OJAI Client for MapR-DB +[English](./README.md) | [Korean](./README_KO.md) A simple, lightweight library that provides access to MapR-DB. The client library supports all existing OJAI functionality and is absolutely compatible with Java OJAI connector, diff --git a/README_KO.md b/README_KO.md new file mode 100644 index 0000000..e7e76b1 --- /dev/null +++ b/README_KO.md @@ -0,0 +1,7 @@ +# MapR-DB용 Golang OJAI 클라이언트 + +[Korean](./README_KO.md) | [English](./README.md) + +MapR-DB에 액세스할 수 있는 간단하고 가벼운 라이브러리입니다. 클라이언트 라이브러리는 모든 기존 OJAI 기능을 지원하며, MapR Data Access Gateway에서 실행되는 Java OJAI 커넥터와 완벽히 호환됩니다. + +클라이언트 라이브러리를 사용하려면, [ojai-examples repository](https://github.com/mapr-demos/ojai-examples/tree/master/golang)에 있는 예제를 참조하세요. \ No newline at end of file