0.2.22 • Published 18 days ago

@backstage/plugin-stack-overflow-backend v0.2.22

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
18 days ago

Stack Overflow

A plugin that provides stack overflow specific functionality that can be used in different ways (e.g. for search) to compose your Backstage App.

Getting started

Before we begin, make sure:

  • You have created your own standalone Backstage app using @backstage/create-app and not using a fork of the backstage repository. If you haven't setup Backstage already, start here.

To use any of the functionality this plugin provides, you need to start by configuring your App with the following config:

stackoverflow:
  baseUrl: https://api.stackexchange.com/2.2 # alternative: your internal stack overflow instance

Areas of Responsibility

This stack overflow backend plugin is primarily responsible for the following:

  • Provides a StackOverflowQuestionsCollatorFactory, which can be used in the search backend to index stack overflow questions to your Backstage Search.

Index Stack Overflow Questions to search

Before you are able to start index stack overflow questions to search, you need to go through the search getting started guide.

When you have your packages/backend/src/plugins/search.ts file ready to make modifications, add the following code snippet to add the StackOverflowQuestionsCollatorFactory. Note that you can modify the requestParams.

Note: if your baseUrl is set to the external stack overflow api https://api.stackexchange.com/2.2, you can find optional and required parameters under the official API documentation under Usage of /questions GET

indexBuilder.addCollator({
  defaultRefreshIntervalSeconds: 600,
  factory: StackOverflowQuestionsCollatorFactory.fromConfig(env.config, {
    logger: env.logger,
    requestParams: {
      tagged: ['backstage'],
      site: 'stackoverflow',
      pagesize: 100,
    },
  }),
});
0.2.22

21 days ago

0.2.21

24 days ago

0.2.21-next.1

1 month ago

0.2.21-next.0

1 month ago

0.2.20

1 month ago

0.2.19

2 months ago

0.2.18

2 months ago

0.2.18-next.2

2 months ago

0.2.18-next.1

2 months ago

0.2.17

2 months ago

0.2.17-next.0

2 months ago

0.2.16

3 months ago

0.2.15

3 months ago

0.2.14

3 months ago

0.2.14-next.3

3 months ago

0.2.14-next.2

3 months ago

0.2.14-next.1

3 months ago

0.2.14-next.0

4 months ago

0.2.13

4 months ago

0.2.13-next.2

4 months ago

0.2.13-next.1

4 months ago

0.2.13-next.0

5 months ago

0.2.12

5 months ago

0.2.12-next.3

5 months ago

0.2.12-next.2

5 months ago

0.2.12-next.1

5 months ago

0.2.9-next.1

7 months ago

0.2.9-next.0

8 months ago

0.2.4-next.2

9 months ago

0.2.4-next.0

10 months ago

0.2.4-next.1

9 months ago

0.2.10-next.2

7 months ago

0.2.7-next.3

8 months ago

0.2.7-next.2

8 months ago

0.2.7-next.1

8 months ago

0.2.11-next.1

6 months ago

0.2.11-next.0

7 months ago

0.2.11-next.2

6 months ago

0.2.11

6 months ago

0.2.10

7 months ago

0.2.12-next.0

6 months ago

0.2.6-next.0

9 months ago

0.2.7

8 months ago

0.2.6

9 months ago

0.2.9

7 months ago

0.2.8

8 months ago

0.2.3

10 months ago

0.2.5

9 months ago

0.2.4

9 months ago

0.2.3-next.0

11 months ago

0.2.2-next.2

11 months ago

0.2.2

11 months ago

0.2.1-next.1

1 year ago

0.2.2-next.1

12 months ago

0.2.2-next.0

12 months ago

0.2.1

12 months ago

0.2.1-next.0

1 year ago

0.2.0

1 year ago

0.1.13-next.0

1 year ago

0.1.13-next.1

1 year ago

0.1.13-next.2

1 year ago

0.1.11

1 year ago

0.1.12

1 year ago

0.1.12-next.1

1 year ago

0.1.12-next.0

1 year ago

0.1.12-next.2

1 year ago

0.1.10

1 year ago

0.1.11-next.0

1 year ago

0.1.11-next.1

1 year ago

0.1.11-next.2

1 year ago

0.1.9-next.2

1 year ago

0.1.9-next.1

1 year ago

0.1.9

1 year ago

0.1.7-next.0

2 years ago

0.1.7-next.1

2 years ago

0.1.8-next.2

1 year ago

0.1.8-next.1

1 year ago

0.1.8-next.0

1 year ago

0.1.8-next.4

1 year ago

0.1.8-next.3

1 year ago

0.1.9-next.0

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

2 years ago

0.1.6-next.2

2 years ago

0.1.6-next.1

2 years ago

0.1.6-next.0

2 years ago

0.1.5-next.2

2 years ago

0.1.5-next.0

2 years ago

0.1.5-next.1

2 years ago

0.1.5

2 years ago

0.1.3-next.0

2 years ago

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.4-next.0

2 years ago

0.1.2-next.0

2 years ago

0.1.1-next.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.1.0-next.0

2 years ago