-
Notifications
You must be signed in to change notification settings - Fork 3
Update stale Drasi GitHub links #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
08c8235
658cc0e
a163943
ef90571
c363d7f
3cf7b68
1bc1ade
1e90233
8ca04f8
0f9890a
fc4dce3
58c9d8e
d0312b6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # Drasi Server | ||
|
|
||
| Drasi Server is a standalone server for the [Drasi](https://drasi.io) data change processing platform. It wraps the [DrasiLib](https://github.com/drasi-project/drasi-lib) library with enterprise-ready features including a REST API, YAML-based configuration, and production lifecycle management. | ||
| Drasi Server is a standalone server for the [Drasi](https://drasi.io) data change processing platform. It wraps the [DrasiLib](https://github.com/drasi-project/drasi-core/tree/main/lib) library with enterprise-ready features including a REST API, YAML-based configuration, and production lifecycle management. | ||
|
|
||
| ## What is Drasi? | ||
|
|
||
|
|
@@ -941,11 +941,11 @@ Apache License 2.0. See [LICENSE](LICENSE) for details. | |
|
|
||
| ## Related Projects | ||
|
|
||
| - [DrasiLib](https://github.com/drasi-project/drasi-lib) - Core event processing engine | ||
| - [Drasi](https://github.com/drasi-project/drasi) - Main Drasi project | ||
| - [DrasiLib](https://github.com/drasi-project/drasi-core/tree/main/lib) - Core event processing engine | ||
| - [Drasi](https://github.com/drasi-project/drasi-project) - Main Drasi project | ||
| - [Drasi Documentation](https://drasi.io/docs) - Complete documentation | ||
|
||
|
|
||
| ## Support | ||
|
|
||
| - **Issues**: [GitHub Issues](https://github.com/drasi-project/drasi-server/issues) | ||
| - **Discussions**: [GitHub Discussions](https://github.com/drasi-project/drasi/discussions) | ||
| - **Discussions**: [GitHub Discussions](https://github.com/drasi-project/drasi-project/discussions) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -407,7 +407,7 @@ lsof -i :5432 # PostgreSQL | |
| ## Learn More | ||
|
|
||
| - [Drasi Documentation](https://drasi.io/) | ||
| - [Drasi Project on GitHub](https://github.com/drasi-project) | ||
| - [Drasi Project on GitHub](https://github.com/drasi-project/drasi-project) | ||
|
||
| - [Cypher Query Language](https://neo4j.com/developer/cypher/) | ||
| - [PostgreSQL Logical Replication](https://www.postgresql.org/docs/current/logical-replication.html) | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot the new URL is wrong. it should be https://github.com/drasi-project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed the Drasi project link is https://github.com/drasi-project; no further changes were needed. Commit: c363d7f.