Skip to content

Commit 2b0c96d

Browse files
committed
Initial commit
0 parents  commit 2b0c96d

File tree

3 files changed

+110
-0
lines changed

3 files changed

+110
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.project

LICENSE.adoc

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
= Business Source License
2+
:linkattrs:
3+
:project-dist: redis-spark-dist
4+
:project-group: com.redis
5+
:project-name: redis-spark-connector
6+
:project-owner: redis-field-engineering
7+
:project-title: Redis Spark Connector
8+
9+
License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
10+
“Business Source License” is a trademark of MariaDB Corporation Ab
11+
12+
13+
Licensor:
14+
Redis Ltd., on behalf of itself and its affiliates and subsidiaries worldwide
15+
Licensed Work:
16+
17+
18+
The Licensed Work means the {project-title} described https://github.com/{project-owner}/{project-dist}[here]
19+
20+
Additional Use Grant:
21+
22+
You may make production use of the Licensed Work solely in connection with the
23+
following products offered by Redis Ltd. or its subsidiaries or affiliates
24+
(collectively, “Redis”):
25+
(i) Redis Community Edition as described https://redis.io/docs/latest/get-started/[here];
26+
(ii) Redis Cloud as described https://redis.io/cloud/[here]; or
27+
(iii) Redis Software as described https://redis.io/enterprise/[here]:
28+
(collectively, the “Redis Services”), provided that such usage is not additionally made
29+
in connection or combination with a Competitive Offering.
30+
31+
A “Competitive Offering” is a Product that is offered to third parties on either a
32+
paid basis, including through paid support arrangements, or a non-paid basis,
33+
that significantly overlaps with the capabilities of the Licensed Work or the Redis Services.
34+
If Your Product is not a Competitive Offering when You first make it generally available,
35+
it will not become a Competitive Offering later due to Redis releasing a new version of the
36+
Licensed Work with additional capabilities.
37+
38+
“Product” means software that is offered to end users to manage in their own
39+
environments or offered as a service on a hosted basis.
40+
41+
Change Date: Four years from the date the Licensed Work is published
42+
43+
Change License: MIT
44+
45+
Terms:
46+
47+
The Licensor hereby grants you the right to copy, modify, create derivative works,
48+
redistribute, and make non-production use of the Licensed Work. The Licensor
49+
may make an Additional Use Grant, above, permitting limited production use.
50+
51+
52+
Effective on the Change Date, or the fourth anniversary of the first publicly
53+
available distribution of a specific version of the Licensed Work under this
54+
License, whichever comes first, the Licensor hereby grants you rights under the
55+
terms of the Change License, and the rights granted in the paragraph above terminate.
56+
57+
58+
If your use of the Licensed Work does not comply with the requirements currently
59+
in effect as described in this License, you must purchase a commercial license from
60+
the Licensor, its affiliated entities, or authorized resellers, or you must refrain
61+
from using the Licensed Work.
62+
63+
64+
All copies of the original and modified Licensed Work, and derivative works of the
65+
Licensed Work, are subject to this License. This License applies separately for each
66+
version of the Licensed Work and the Change Date may vary for each version of the
67+
Licensed Work released by Licensor.
68+
69+
70+
You must conspicuously display this License on each original or modified copy of
71+
the Licensed Work. If you receive the Licensed Work in original or modified form from
72+
a third party, the terms and conditions set forth in this License apply to your use of that work.
73+
74+
75+
Any use of the Licensed Work in violation of this License will automatically terminate
76+
your rights under this License for the current and all other versions of the Licensed Work.
77+
78+
79+
This License does not grant you any right in any trademark or logo of Licensor or its
80+
affiliates (provided that you may use a trademark or logo of Licensor as expressly required by this License).
81+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN “AS IS” BASIS.
82+
LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS OR IMPLIED, INCLUDING
83+
(WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.

README.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
= Redis Spark Connector
2+
:linkattrs:
3+
:project-dist: redis-spark-dist
4+
:project-group: com.redis
5+
:project-name: redis-spark
6+
:project-owner: redis-field-engineering
7+
:project-title: Redis Spark Connector
8+
:project-version: 0.1.0
9+
10+
The Redis Connector for Spark provides integration between Redis and Apache Spark and supports reading data from and writing data to Redis.
11+
Within a Spark 3 environment the connector enables users to read data from Redis, manipulate it using Spark operations, and then write results back to Redis or to another system.
12+
Data can also be imported to Redis by reading it from any data source supported by Spark and then writing it to Redis.
13+
14+
== Documentation
15+
16+
The {project-title} documentation is available at https://{project-owner}.github.io/{project-name}[{project-owner}.github.io/{project-name}].
17+
18+
== Support
19+
20+
{project-title} is supported by Redis, Inc. for enterprise-tier customers as a 'Developer Tool' under the https://redis.io/legal/software-support-policy/[Redis Software Support Policy].
21+
For non enterprise-tier customers we provide support for {project-title} on a good-faith basis.
22+
To report bugs, request features, or receive assistance, please https://github.com/{project-owner}/{project-dist}/issues[file an issue].
23+
24+
== License
25+
26+
{project-title} is licensed under the Business Source License 1.1. Copyright (C) 2024 Redis, Inc. See link:LICENSE.adoc[LICENSE] for details.

0 commit comments

Comments
 (0)