# Recommendation engines for developers

## Give your users content they want with our simple API and [integrations](/content/how-it-works/#integrations/index.html). Stream events as they happen, and put recommendations wherever you need them.

- [Quick Start Get started fast](/content/docs/start/index.html)
- [API Reference Head to the full documentation](/content/docs/api/index.html)
- [Guides](/content/docs/guides/index.html)
- [SDKs](/content/docs/libs/index.html)
- [FAQ](/content/support/faq.html)

### Powerfully simple to use, as flexible as the system you would have built yourself.

#### Cutting edge computing doesn't need to be hard to use. Tamber's API is as succinct and powerful as the engine it interfaces with – so you can start tracking events in minutes, and then dive as deep as you like.

- Ruby
- Node.js
- Go
- Python
- Java
- curl

Event

Discover

User

Item

Behavior

Track

Retrieve

Batch

Meta.Like

Meta.Unlike

1

2

3

4

5

6

7

8

9

```ruby
require 'tamber'
Tamber.project_key = 'Mu6DUPXdDYe98cv5JIfX'

Tamber::Event.track(
    :user => 'user_rlox8k927z7p',
    :item =>  'item_83jx4c57r2ru',
    :behavior => 'purchase',
    :hit => true,
    :context => {
            "page": "homepage",
            "section": "featured_section"
    }
)
```

### Try our iOS SDK

#### Put Tamber directly into your iOS app with our [SDK](https://github.com/tamber/tamber-ios).

Learn more
