You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: update BigQuery getting started
* docs: brief refresh of operations guides
* docs: reorder get data sections
* docs: update networks in project files
* docs: update references
* New technical architecture diagram
* fix: link in getting started
Copy file name to clipboardExpand all lines: apps/docs/docs/integrate/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ sidebar_position: 0
5
5
6
6
Open Source Observer is an open data pipeline for measuring the impact of open source efforts. Explore the following resources:
7
7
8
-
- 📊 [Subscribe to Public Datasets](./datasets/index.mdx) - Get access to any of the public datasets that OSO maintains or builds on top of
9
8
- 🔍 [Explore the Data Lake](./query-data.mdx) - Query the OSO data lake using `pyoso`
10
9
- ⚡ [Use the GraphQL API](./api.md) - Integrate OSO registries and metrics into a live production application
11
10
- 📂 [Import or Clone OSS-Directory](./oss-directory.md) - Leverage oss-directory data separate from OSO
11
+
- 📊 [Subscribe to Public Datasets](./datasets/index.mdx) - Get access to any of the public datasets that OSO maintains or builds on top of
12
12
13
13
See the [Tutorials](../tutorials/index.md) for more examples and the [Guides](../guides/index.mdx) for more detailed guides for integrating with specific tools.
Copy file name to clipboardExpand all lines: apps/docs/docs/projects/index.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,22 +138,22 @@ For the latest fields, see the [project schema](https://github.com/opensource-ob
138
138
The simplest way to add all contracts and factories associated with your project is to just add the deployer address in the project file. We will then automatically index all contracts and factories associated with the deployer address. If the deployer is on multiple EVM networks, you can use the `any_evm` tag instead of listing each network individually.
139
139
:::
140
140
141
-
OSO currently supports the following blockchain networks, which can be enumerated in the `networks` field of a blockchain address:
141
+
If you prefer to enumerate addresses, you should specify the `networks` and `tags`
142
+
for the address.
143
+
Some common `networks` include:
142
144
143
145
- `any_evm`: Any Ethereum Virtual Machine (EVM) network. This is the recommended tag for EOAs that deploy contracts on multiple EVM networks.
144
146
- `mainnet`: The Ethereum mainnet.
145
147
- `arbitrum_one`: The Arbitrum L2 network.
146
148
- `base`: The Base L2 network.
147
-
- `frax`: The Frax L2 network.
148
-
- `metal`: The Metal L2 network.
149
-
- `mode`: The Mode L2 network.
150
149
- `optimism`: The Optimism L2 network.
151
-
- `zora`: The Zora L2 network.
150
+
- `zksync_eta`: zkSync Era L2 network.
152
151
153
152
Note: We do not support testnets for any of these networks and do not intend to.
154
153
155
154
The following tags can be used to describe blockchain addresses:
156
155
156
+
- `bridge`: A bridge address
157
157
- `deployer`: A deployer address.
158
158
- `eoa`: An externally owned account (EOA) address.
159
159
- `safe`: A multisig safe contract address.
@@ -164,7 +164,10 @@ In previous versions of the schema, we enumerated contracts and factories with t
164
164
- `contract`: A smart contract address.
165
165
- `factory`: A factory contract address.
166
166
167
-
Read below for more detailed steps on how to add or update project data or consult the [schema](../guides/oss-directory/) for more information.
167
+
For a full list of supported networks and tags, check out the
168
+
[schema on oss-directory](https://github.com/opensource-observer/oss-directory/blob/main/src/resources/schema/blockchain-address.json).
169
+
170
+
Read below for more detailed steps on how to add or update project data or consult the [guide](../guides/oss-directory/) for more information.
@@ -27,48 +27,41 @@ The architecture has the following major components.
27
27
### Data Orchestration
28
28
29
29
Dagster is the central data orchestration system, which manages the entire pipeline,
30
-
from the data ingestion (e.g. via [dlt](https://docs.dagster.io/integrations/embedded-elt/dlt) connectors), the [dbt](https://docs.dagster.io/integrations/dbt) pipeline, the [sqlmesh](https://github.com/opensource-observer/dagster-sqlmesh) pipeline, to copying mart models to data serving infrastructure.
30
+
from the data ingestion (e.g. via [dlt](https://docs.dagster.io/integrations/embedded-elt/dlt) connectors) to the [sqlmesh](https://github.com/opensource-observer/dagster-sqlmesh) pipeline.
Copy file name to clipboardExpand all lines: apps/docs/docs/references/ecosystems/arbitrum.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,12 @@ Arbitrum One is an EVM-equivalent Optimistic Rollup chain. It inherits Ethereum-
8
8
9
9
## Coverage on Open Source Observer
10
10
11
-
Open Source Observer is in the process of adding the first collection of open source projects that are building on Arbitrum One. Project data will include Arbitrum addresses associated with smart contracts, deployers, and grant wallets.
11
+
Open Source Observer is in the process of adding open source projects that are building on Arbitrum One. Project data will include Arbitrum addresses associated with smart contracts, deployers, and grant wallets.
12
12
13
-
The main sources of project data come from [STIP](https://forum.arbitrum.foundation/t/arbitrums-short-term-incentive-program-arbitrum-improvement-proposal/16131), grant programs, and the Dune contracts library.
14
-
15
-
We will be releasing our first version of Arbitrum One coverage in the coming weeks.
0 commit comments