Skip to content

Commit 82010c9

Browse files
committed
Copy the repo to feldera/dbsp.
Project now lives in `feldera/dbsp`. Changed links to the old repo, added Feldera copyright.
1 parent bf24a64 commit 82010c9

File tree

10 files changed

+31
-67
lines changed

10 files changed

+31
-67
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "sql-to-dbsp-compiler"]
22
path = sql-to-dbsp-compiler
3-
url = https://github.com/vmware/sql-to-dbsp-compiler.git
3+
url = git@github.com:feldera/sql2dbsp.git

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Our Pledge
44

5-
We as members, contributors, and leaders pledge to make participation in database-stream-processor project and our
5+
We as members, contributors, and leaders pledge to make participation in the DBSP project and our
66
community a harassment-free experience for everyone, regardless of age, body
77
size, visible or invisible disability, ethnicity, sex characteristics, gender
88
identity and expression, level of experience, education, socio-economic status,
@@ -59,7 +59,7 @@ representative at an online or offline event.
5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to the community leaders responsible for enforcement at oss-coc@@vmware.com.
62+
reported to the community leaders responsible for enforcement at oss-coc@feldera.com.
6363
All complaints will be reviewed and investigated promptly and fairly.
6464

6565
All community leaders are obligated to respect the privacy and security of the

CONTRIBUTING.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# Contributing to database-stream-processor
1+
# Contributing to DBSP
22

3-
The database-stream-processor project team welcomes contributions from the community. Before you start working with database-stream-processor, please
4-
read our [Developer Certificate of Origin](https://cla.vmware.com/dco). All contributions to this repository must be
5-
signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on
6-
as an open-source patch.
3+
The DBSP project team welcomes contributions from the community. Before you start working with DBSP, please
4+
read our [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
5+
To acknowledge the DCO, sign your commits by adding `Signed-off-by: Your Name <your@email.com>` to the last
6+
line of each Git commit message. Your signature certifies that you wrote the patch or have the right to pass
7+
it on as an open-source patch. The e-mail address used to sign must match the e-mail address of the Git
8+
author. If you set your `user.name` and `user.email` git config values, you can sign your commit automatically
9+
with `git commit -s`.
710

811
## Contribution Flow
912

@@ -12,21 +15,21 @@ This is a rough outline of what a contributor's workflow looks like:
1215
- Create a topic branch from where you want to base your work
1316
- Make commits of logical units
1417
- Make sure your commit messages are in the proper format (see below)
15-
- Push your changes to a topic branch in the vmware repository or a fork if you don't have commit access to vmware (the reason that pushing directly to the vmware repo is preferred is because then CI will be able to add benchmark results to the PR in the comments).
18+
- Push your changes to a topic branch in the repository or a fork if you don't have commit access to (the reason that pushing directly to the repo is preferred is because then CI will be able to add benchmark results to the PR in the comments).
1619
- Submit a pull request
1720

1821
Example:
1922

2023
``` shell
21-
git remote add upstream https://github.com/vmware/database-stream-processor.git
24+
git remote add upstream https://github.com/feldera/dbsp.git
2225
git checkout -b my-new-feature main
2326
git commit -a
2427
git push origin my-new-feature
2528
```
2629

2730
### Staying In Sync With Upstream
2831

29-
When your branch gets out of sync with the vmware/main branch, use the following to update:
32+
When your branch gets out of sync with the feldera/main branch, use the following to update:
3033

3134
``` shell
3235
git checkout my-new-feature
@@ -71,7 +74,7 @@ Therefore, it's recommended to merge PRs using the following git CLI invocation:
7174
```shell
7275
git checkout main
7376
git merge --ff-only feature-branch-name
74-
git push vmware main
77+
git push upstream main
7578
```
7679

7780
### Code Style

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Database Stream Processor
2-
Copyright 2021 VMware, Inc.
2+
Copyright 2021-2023 VMware, Inc.
3+
Copyright 2023 Feldera, Inc.
34

45
The MIT license (the "License") set forth below applies to all parts of the
56
Database Stream Processor project. You may not use this file except in

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
2-
[![CI workflow](https://github.com/vmware/database-stream-processor/actions/workflows/main.yml/badge.svg)](https://github.com/vmware/database-stream-processor/actions)
3-
[![codecov](https://codecov.io/gh/vmware/database-stream-processor/branch/main/graph/badge.svg?token=0wZcmD11gt)](https://codecov.io/gh/vmware/database-stream-processor)
2+
[![CI workflow](https://github.com/feldera/dbsp/actions/workflows/main.yml/badge.svg)](https://github.com/feldera/dbsp/actions)
3+
[![codecov](https://codecov.io/gh/feldera/dbsp/branch/main/graph/badge.svg?token=0wZcmD11gt)](https://codecov.io/gh/feldera/dbsp)
44

55
# Database Stream Processor
66

@@ -45,7 +45,7 @@ described in the accompanying paper:
4545
- [Budiu, Chajed, McSherry, Ryzhyk, Tannen. DBSP: Automatic
4646
Incremental View Maintenance for Rich Query Languages, Conference on
4747
Very Large Databases, August 2023, Vancouver,
48-
Canada](https://github.com/vmware/database-stream-processor/blob/main/doc/vldb23/main.pdf)
48+
Canada](https://github.com/feldera/dbsp/blob/main/doc/vldb23/main.pdf)
4949

5050
- Here is the [video of a DBSP
5151
presentation](https://www.youtube.com/watch?v=iT4k5DCnvPU) at the 2023
@@ -113,7 +113,7 @@ The DBSP core engine is written in Rust and provides a Rust API for building
113113
data-parallel dataflow programs by instantiating and connecting streaming
114114
operators. Developers can use this API directly to implement complex
115115
streaming queries. We are also developing a
116-
[compiler from SQL to DBSP](https://github.com/vmware/sql-to-dbsp-compiler) that
116+
[compiler from SQL to DBSP](https://github.com/feldera/sql2dbsp) that
117117
enables engineers and data scientists to use the engine via a familiar
118118
query language. In the future, we will add DBSP bindings for languages
119119
like Python and Scala.

demo/README.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

deploy/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ First, install [Docker compose](https://docs.docker.com/compose/install/).
77
Next, to bring up a local DBSP instance and a Redpanda container, run the following:
88

99
```
10-
curl https://raw.githubusercontent.com/vmware/database-stream-processor/main/deploy/docker-compose.yml | docker compose -f - up
10+
curl https://raw.githubusercontent.com/feldera/dbsp/main/deploy/docker-compose.yml | docker compose -f - up
1111
```
1212

1313
This will bring up two containers: `dbsp` and `redpanda`.
@@ -23,10 +23,10 @@ docker build -f Dockerfile -t dbspmanager ../
2323
docker compose -f docker-compose-dev.yml up
2424
```
2525

26-
If you'd like a "dev" image which has additional utilities installed (like rpk,
26+
If you'd like a "dev" image which has additional utilities installed (like rpk,
2727
the DBSP python API and some demo projects), build the dev target for the Docker image:
2828

2929
```
3030
docker build -f Dockerfile --target=dev -t dbspmanager ../
3131
docker compose -f docker-compose-dev.yml up
32-
```
32+
```

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Python bindings for the Database Stream Processor (DBSP) HTTP API
22

3-
See [project homepage](https://github.com/vmware/database-stream-processor).
3+
See [project homepage](https://github.com/feldera/dbsp).

web-ui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ sudo apt-get install -y nodejs
1212
npm install --global yarn
1313
npm install --global openapi-typescript-codegen
1414

15-
git clone https://github.com/vmware/database-stream-processor.git
16-
cd database-stream-processor/web-ui
15+
git clone https://github.com/feldera/dbsp.git
16+
cd dbsp/web-ui
1717
```
1818

1919
If you don't run ubuntu: [other binary distributions for node.js](https://github.com/nodesource/distributions)

web-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"version": "0.0.1",
66
"author": {
77
"name": "DBSP",
8-
"url": "https://github.com/vmware/database-stream-processor"
8+
"url": "https://github.com/feldera/dbsp"
99
},
1010
"bugs": {
11-
"url": "https://github.com/vmware/database-stream-processor/issues"
11+
"url": "https://github.com/feldera/dbsp/issues"
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/vmware/database-stream-processor.git"
15+
"url": "https://github.com/feldera/dbsp.git"
1616
},
17-
"homepage": "https://github.com/vmware/database-stream-processor",
17+
"homepage": "https://github.com/feldera/dbsp",
1818
"scripts": {
1919
"dev": "next dev",
2020
"build": "next build",

0 commit comments

Comments
 (0)