Skip to content

Commit

Permalink
docs: improve landing page (#1392)
Browse files Browse the repository at this point in the history
Fixes #1385.
  • Loading branch information
lidavidm authored Dec 21, 2023
1 parent 0260dc8 commit 7531ac1
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
26 changes: 26 additions & 0 deletions docs/source/csharp/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.. Licensed to the Apache Software Foundation (ASF) under one
.. or more contributor license agreements. See the NOTICE file
.. distributed with this work for additional information
.. regarding copyright ownership. The ASF licenses this file
.. to you under the Apache License, Version 2.0 (the
.. "License"); you may not use this file except in compliance
.. with the License. You may obtain a copy of the License at
..
.. http://www.apache.org/licenses/LICENSE-2.0
..
.. Unless required by applicable law or agreed to in writing,
.. software distributed under the License is distributed on an
.. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
.. KIND, either express or implied. See the License for the
.. specific language governing permissions and limitations
.. under the License.
=======
C#/.NET
=======

The ADBC C# libraries are under development, supporting:

- A native driver to Google BigQuery
- A way to import/export native (C/C++) drivers
- Bindings to the Snowflake driver
2 changes: 1 addition & 1 deletion docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ADBC is:
For example, result sets of queries in ADBC are all returned as
streams of Arrow data, not row-by-row.
- A set of implementations of that API in different languages (C/C++,
Go, Java, Python, and Ruby) that target different databases
C#/.NET, Go, Java, Python, and Ruby) that target different databases
(e.g. PostgreSQL, SQLite, any database supporting Flight SQL).

Why not just use JDBC/ODBC?
Expand Down
9 changes: 8 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ Apache Arrow ADBC
**Cross-language**, **Arrow-native** database access.

ADBC is a set of APIs and libraries for Arrow-native access to databases.
Execute SQL and Substrait queries, query database catalogs, and more, all
Execute SQL and Substrait_ queries, query database catalogs, and more, all
using Arrow data to eliminate unnecessary data copies, speed up access, and
make it more convenient to build analytical applications.

.. _Substrait: https://substrait.io/

.. div::

.. grid::
Expand Down Expand Up @@ -160,10 +162,14 @@ Why ADBC?
:gutter: 1

.. grid-item-card:: Arrow-native
:link: https://arrow.apache.org/

Execute queries and get back results in Arrow format, eliminating extra
data copies for Arrow-native backends.

+++
Learn about Apache Arrow

.. grid-item-card:: Backend-agnostic
:link: driver/status
:link-type: doc
Expand Down Expand Up @@ -202,6 +208,7 @@ Why ADBC?
:hidden:

C/C++ <cpp/index>
C#/.NET <csharp/index>
Go <https://pkg.go.dev/github.com/apache/arrow-adbc/go/adbc>
Java <java/index>
Python <python/index>
Expand Down

0 comments on commit 7531ac1

Please sign in to comment.