Skip to content

Commit

Permalink
Merge pull request #15 from RedisInsight/main
Browse files Browse the repository at this point in the history
a new tutorials
  • Loading branch information
zalenskiSofteq authored Jan 22, 2024
2 parents 174f535 + a55d1f4 commit 4197659
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: latest
automatic_release_tag: 2.42
files: |
data.zip
build.json
17 changes: 6 additions & 11 deletions src/guide-links.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
[
{
"title": "Search and Query",
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "sq-intro",
"icon": "search"
},
{
"title": "Vector Similarity Search",
"tutorial": "/quick-guides/vector-similarity-search/introduction.md",
"tutorialId": "sq-vector",
"icon": "vector-similarity-search"
},
{
"title": "JSON",
"tutorial": "/quick-guides/document/working-with-json.md",
"tutorialId": "ds-json-intro",
"icon": "json"
},
{
"title": "Triggers and functions",
"tutorialId": "tf-intro",
"icon": "triggers-and-functions"
},
{
"title": "Time Series",
"tutorial": "/quick-guides/time-series/introduction.md",
"tutorialId": "ds-ts-intro",
"icon": "time-series"
},
{
"title": "Probabilistic Data Structures",
"tutorial": "/quick-guides/probabilistic-data-structures/introduction.md",
"title": "Probabilistic",
"tutorialId": "ds-prob-intro",
"icon": "probabilistic-data-structures"
}
Expand Down
13 changes: 0 additions & 13 deletions src/recommendations.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"telemetryEvent": "shardHashes",
"title": "Shard big hashes to small hashes",
"redisStack": true,
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "ds-hashes",
"content": [
{
Expand Down Expand Up @@ -382,7 +381,6 @@
"bigStrings": {
"id": "bigStrings",
"title": "Avoid large strings",
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "ds-json-intro",
"content": [
{
Expand Down Expand Up @@ -518,7 +516,6 @@
"id": "bigSets",
"telemetryEvent": "optimizeExistenceChecks",
"title": "Consider using probabilistic data structures such as Bloom Filter or HyperLogLog",
"tutorial": "/quick-guides/probabilistic-data-structures/introduction.md",
"tutorialId": "ds-prob-intro",
"redisStack": true,
"content": [
Expand Down Expand Up @@ -665,7 +662,6 @@
"telemetryEvent": "optimizeTimeSeries",
"title":"Try using the Redis native time series data structure and querying capabilities",
"redisStack": true,
"tutorial": "/quick-guides/time-series/introduction.md",
"tutorialId": "ds-ts-intro",
"content": [
{
Expand Down Expand Up @@ -871,7 +867,6 @@
"title": "Optimize your query and search experience",
"deprecated": true,
"redisStack": true,
"tutorial": "/redis_stack/working_with_json.md",
"tutorialId": "ds-json-intro",
"content": [
{
Expand Down Expand Up @@ -922,7 +917,6 @@
"id": "searchIndexes",
"title":"Try using the indexing, querying, and full-text search, natively developed in Redis",
"redisStack": true,
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "sq-intro",
"content": [
{
Expand Down Expand Up @@ -1046,7 +1040,6 @@
"id": "searchJSON",
"title": "Try indexing your JSON documents for efficient data retrieval",
"redisStack": true,
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "sq-intro",
"content": [
{
Expand Down Expand Up @@ -1138,7 +1131,6 @@
"id": "stringToJson",
"title": "Try using our JSON native document store",
"redisStack": true,
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "ds-json-intro",
"content": [
{
Expand Down Expand Up @@ -1256,7 +1248,6 @@
"searchVisualization": {
"id": "searchVisualization",
"title": "Try Workbench, the advanced command-line interface",
"tutorial": "",
"tutorialId": "",
"content": [
{
Expand Down Expand Up @@ -1320,7 +1311,6 @@
"searchHash": {
"id": "searchHash",
"title": "Try indexing your hash documents to query and retrieve data",
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "sq-intro",
"redisStack": true,
"content": [
Expand Down Expand Up @@ -1451,7 +1441,6 @@
"luaToFunctions": {
"id": "luaToFunctions",
"title": "Consider using triggers and functions",
"tutorial": "/quick-guides/triggers-and-functions/introduction.md",
"tutorialId": "tf-intro",
"content": [
{
Expand Down Expand Up @@ -1513,7 +1502,6 @@
"functionsWithStreams": {
"id": "functionsWithStreams",
"title": "Consider using triggers and functions to react in real-time to stream entries",
"tutorial": "/quick-guides/triggers-and-functions/introduction.md",
"tutorialId": "tf-intro",
"content": [
{
Expand Down Expand Up @@ -1591,7 +1579,6 @@
"functionsWithKeyspace": {
"id": "functionsWithKeyspace",
"title": "Consider using triggers and functions to react in real-time to database changes",
"tutorial": "/quick-guides/triggers-and-functions/introduction.md",
"tutorialId": "tf-intro",
"content": [
{
Expand Down

0 comments on commit 4197659

Please sign in to comment.