Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
12 changes: 4 additions & 8 deletions content/community/social-media.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,19 @@ sidebar_position: 10

# Social Media

Bacalhau has a presence on all major social media networks, so you can follow us on your favorite sites.
Bacalhau has a presence on major social media networks. Follow us to stay updated!

## YouTube

The [Bacalhau](https://www.youtube.com/@bacalhauproject) and [Expanso](https://www.youtube.com/@ExpansoIO) YouTube channels are home to a wealth of information about the Bacalhau project — everything from developer demos, educational videos, events, etc. You can explore and learn more about Bacalhau.
The [Bacalhau YouTube channel](https://www.youtube.com/@bacalhauproject) is home to developer demos, educational videos, events, and more. Explore and learn more about distributed compute with Bacalhau.

## Blog

Our blog contains product updates, company news, and educational content on how you can leverage Bacalhau and the Compute over Data ecosystem [Bacalhau Blog](https://bacalhau.substack.com/). Also, you can subscribe to our blog and receive the latest news straight to your inbox.
Our blog contains product updates, project news, and educational content on how you can leverage Bacalhau and the Compute over Data ecosystem: [Bacalhau Blog](https://bacalhau.substack.com/). Subscribe to receive the latest news straight to your inbox.

## X (Formerly Twitter)

You can follow our X accounts [@BacalhauProject](https://x.com/BacalhauProject) and [@ExpansoIO](https://x.com/ExpansoIO) to get Bacalhau news, product updates, etc in tweet-sized bites.

## LinkedIn

Connect with us on [LinkedIn](https://www.linkedin.com/company/expanso-io) to stay informed about the latest news, industry trends, and exclusive job opportunities!
Follow [@BacalhauProject](https://x.com/BacalhauProject) for Bacalhau news, product updates, and community highlights.

## Need Support?

Expand Down
5 changes: 4 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"libp2p",
"duckdb",
"myvalue",
"oom"
"oom",
"llms",
"ETL",
"ELT"
]
}
2 changes: 1 addition & 1 deletion docs/api/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Submit a new job for execution.

**Request Body**:

- [**Job**](../specifications/job/): JSON definition of the job.
- [**Job**](/docs/specifications/job/): JSON definition of the job.

**Response**:

Expand Down
2 changes: 1 addition & 1 deletion docs/specifications/other/state.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## `State` Structure Specification

Within Bacalhau, the `State` structure is designed to represent the status or state of an object (like a [`Job`](../job/)), coupled with a human-readable message for added context. Below is a breakdown of the structure:
Within Bacalhau, the `State` structure is designed to represent the status or state of an object (like a [`Job`](/docs/specifications/job/)), coupled with a human-readable message for added context. Below is a breakdown of the structure:

### `State` Parameters

Expand Down
17 changes: 13 additions & 4 deletions static/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,22 @@ bacalhau job list
- **Distributed**: Scale from laptop to thousands of nodes
- **Open Source**: Apache 2.0 licensed, community-driven

## Use Cases

- **Log Processing**: Process logs at the source before aggregation
- **ML Inference**: Run models close to data for low latency
- **Data Pipelines**: ETL/ELT without moving large datasets
- **Edge Computing**: Deploy compute to edge locations

## Resources

- GitHub: https://github.com/bacalhau-project/bacalhau
- Discord: https://bit.ly/bacalhau-project-slack
- Slack: https://bit.ly/bacalhau-project-slack
- Website: https://bacalhau.org

## Related
## Quick Facts

- [Expanso Platform](https://docs.expanso.io/llms.txt): Enterprise features
- [Examples](https://examples.expanso.io/llms.txt): Code examples
- License: Apache 2.0 (fully open source)
- Language: Go
- Supported Runtimes: Docker, WebAssembly
- Category: Distributed Compute