Skip to content

Commit

Permalink
Remove proxy example (#28350)
Browse files Browse the repository at this point in the history
  • Loading branch information
totalo authored Sep 23, 2023
1 parent 3038697 commit 9daecd6
Show file tree
Hide file tree
Showing 56 changed files with 4 additions and 3,274 deletions.
22 changes: 4 additions & 18 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,14 @@ mvn clean install -Prelease

```
shardingsphere-example
├── example-core
│   ├── config-utility
│   ├── example-api
│   ├── example-raw-jdbc
│   ├── example-spring-jpa
│   └── example-spring-mybatis
├── shardingsphere-jdbc-example-generator
├── shardingsphere-parser-example
├── shardingsphere-proxy-example
│   ├── shardingsphere-proxy-boot-mybatis-example
│   ├── shardingsphere-proxy-distsql-example
│   └── shardingsphere-proxy-hint-example
└── src/resources
  └── manual_schema.sql
└── manual_schema.sql
```

## Available Examples

| Example | Description |
|------------------------------------------------------------------------------|--------------------------------------------------------------------------------|
| [ShardingSphere-JDBC Examples](shardingsphere-jdbc-example-generator/README.md) | Generate the examples by configuration and show how to use ShardingSphere-JDBC |
| [DistSQL](shardingsphere-proxy-example/shardingsphere-proxy-distsql-example) | show how to use DistSQL in ShardingSphere-Proxy |
| APM(Pending) | show how to use APM in ShardingSphere |
| proxy(Pending) | show how to use ShardingSphere-Proxy |
| [docker](./docker/docker-compose.md) | show how to use docker to setup the environment for ShardingSphere |
| Example | Description |
|---------------------------------------------------------------------------------|--------------------------------------------------------------------------------|
| [ShardingSphere-JDBC Examples](shardingsphere-jdbc-example-generator/README.md) | Generate the examples by configuration and show how to use ShardingSphere-JDBC |
62 changes: 0 additions & 62 deletions examples/README_ZH.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<name>${project.artifactId}</name>

<modules>
<module>shardingsphere-proxy-example</module>
<module>shardingsphere-parser-example</module>
<module>shardingsphere-jdbc-example-generator</module>
</modules>
Expand Down
67 changes: 0 additions & 67 deletions examples/shardingsphere-proxy-example/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9daecd6

Please sign in to comment.