Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
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?

Expand Down Expand Up @@ -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
Copy link
Member

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

Copy link
Contributor Author

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.

- [Drasi Documentation](https://drasi.io/docs) - Complete documentation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot this URL should be https://drasi.io/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the documentation link to https://drasi.io/. Commit: c363d7f.


## 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)
2 changes: 1 addition & 1 deletion examples/trading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the Drasi GitHub link to https://github.com/drasi-project and adjusted related references. Commit: a163943.

- [Cypher Query Language](https://neo4j.com/developer/cypher/)
- [PostgreSQL Logical Replication](https://www.postgresql.org/docs/current/logical-replication.html)

Expand Down